diff options
| author | 2015-09-28 15:40:18 +0000 | |
|---|---|---|
| committer | 2015-09-28 15:40:18 +0000 | |
| commit | cf53adfc7e4e56a711a0c7faa2dfcdfa6522b46b (patch) | |
| tree | f87a8390d72d6269ccc6ed4a3864130e0f9ea540 /regress/sys/kern/tame/generic/main.c | |
| parent | Keep sparc/disksubr.c and sparc64/disksubr.c as close as possible. (diff) | |
| download | wireguard-openbsd-cf53adfc7e4e56a711a0c7faa2dfcdfa6522b46b.tar.xz wireguard-openbsd-cf53adfc7e4e56a711a0c7faa2dfcdfa6522b46b.zip | |
make using tame path "/" work.
and add a regress test for that.
ok deraadt@
Diffstat (limited to 'regress/sys/kern/tame/generic/main.c')
| -rw-r--r-- | regress/sys/kern/tame/generic/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/kern/tame/generic/main.c b/regress/sys/kern/tame/generic/main.c index 799e083f86c..adc19156c75 100644 --- a/regress/sys/kern/tame/generic/main.c +++ b/regress/sys/kern/tame/generic/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.6 2015/09/27 17:55:39 semarie Exp $ */ +/* $OpenBSD: main.c,v 1.7 2015/09/28 15:40:18 semarie Exp $ */ /* * Copyright (c) 2015 Sebastien Marie <semarie@openbsd.org> * @@ -234,7 +234,7 @@ main(int argc, char *argv[]) */ start_test(&ret, "stdio rpath", NULL, test_wpaths); start_test1(&ret, "stdio rpath", NULL, test_wpaths); - // XXX start_test1(&ret, "stdio rpath", "/", test_wpaths); + start_test1(&ret, "stdio rpath", "/", test_wpaths); start_test1(&ret, "stdio rpath", "/etc", test_wpaths); start_test1(&ret, "stdio rpath", "/etc/", test_wpaths); start_test1(&ret, "stdio rpath", "/etc/passwd", test_wpaths); |
