diff options
author | 2012-09-05 21:23:36 +0000 | |
---|---|---|
committer | 2012-09-05 21:23:36 +0000 | |
commit | 47b5c93d3db206fdb97752e1c95d0c88f5951c29 (patch) | |
tree | ce88bba50bf7d66532517f40130c095847c0751a | |
parent | use LDSTATIC for building static executables (diff) | |
download | wireguard-openbsd-47b5c93d3db206fdb97752e1c95d0c88f5951c29.tar.xz wireguard-openbsd-47b5c93d3db206fdb97752e1c95d0c88f5951c29.zip |
run regress with the local env too
-rw-r--r-- | regress/lib/libc/asr/regress.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/asr/regress.sh b/regress/lib/libc/asr/regress.sh index ffd7595cba7..513732c0688 100644 --- a/regress/lib/libc/asr/regress.sh +++ b/regress/lib/libc/asr/regress.sh @@ -1,4 +1,4 @@ -# $OpenBSD: regress.sh,v 1.2 2012/07/29 19:51:36 eric Exp $ +# $OpenBSD: regress.sh,v 1.3 2012/09/05 21:23:36 eric Exp $ . regress.subr @@ -89,7 +89,7 @@ EXTRA="undeadly.org www.openbsd.org cvs.openbsd.org" ADDRS="0.0.0.0 :: 127.0.0.1 ::1 212.227.193.194" -for e in file bind; do +for e in file bind local; do regress_setenv $e test_res_mkquery $WEIRD $BASIC |