diff options
author | eric <> | 2017-03-10 17:23:48 +0000 |
---|---|---|
committer | eric <> | 2017-03-10 17:23:48 +0000 |
commit | c5f5042dd06a784caa9d40d27d1c3ac7a1c1fe89 (patch) | |
tree | bc911250953712efd150e9aff3bac633b0d119da /src/regress/lib/libc/asr/regress.sh | |
parent | efcbc859d153bd2908ab9c32fb042c03eb84d265 (diff) | |
download | openbsd-c5f5042dd06a784caa9d40d27d1c3ac7a1c1fe89.tar.gz openbsd-c5f5042dd06a784caa9d40d27d1c3ac7a1c1fe89.tar.bz2 openbsd-c5f5042dd06a784caa9d40d27d1c3ac7a1c1fe89.zip |
refresh the test infrastructure a bit.
Diffstat (limited to 'src/regress/lib/libc/asr/regress.sh')
-rw-r--r-- | src/regress/lib/libc/asr/regress.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/regress/lib/libc/asr/regress.sh b/src/regress/lib/libc/asr/regress.sh index 3388f0dd2c..a0950cefde 100644 --- a/src/regress/lib/libc/asr/regress.sh +++ b/src/regress/lib/libc/asr/regress.sh | |||
@@ -1,9 +1,7 @@ | |||
1 | # $OpenBSD: regress.sh,v 1.6 2013/04/01 10:17:45 eric Exp $ | 1 | # $OpenBSD: regress.sh,v 1.7 2017/03/10 17:23:48 eric Exp $ |
2 | 2 | ||
3 | . regress.subr | 3 | . regress.subr |
4 | 4 | ||
5 | EFLAG= | ||
6 | |||
7 | test_res_mkquery() | 5 | test_res_mkquery() |
8 | { | 6 | { |
9 | for i in $@; do | 7 | for i in $@; do |