diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2012-09-05 21:23:37 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2012-09-05 21:23:37 +0000 |
commit | f2a6af896641416041e26dadec389850dc37b462 (patch) | |
tree | a694e7ae2c253ab66f3e97e22263cf59360bfc35 /regress | |
parent | 3ccd6445bd67b98fb6e1f8c7a71c57b7731fa2fa (diff) |
run regress with the local env too
Diffstat (limited to 'regress')
-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 |