diff options
author | eric <> | 2013-03-28 09:36:03 +0000 |
---|---|---|
committer | eric <> | 2013-03-28 09:36:03 +0000 |
commit | eb83684f4cf605110b51e4f93283d71a7c555523 (patch) | |
tree | b08c95a54d60ce4230e6540d9add290c976472f0 /src/regress/lib/libc/asr/regress.subr | |
parent | 5d7a61f2e3d41f6fb2ec23249869cb430c508a4c (diff) | |
download | openbsd-eb83684f4cf605110b51e4f93283d71a7c555523.tar.gz openbsd-eb83684f4cf605110b51e4f93283d71a7c555523.tar.bz2 openbsd-eb83684f4cf605110b51e4f93283d71a7c555523.zip |
add a test case for the icmpv6 issue spotted by naddy
Diffstat (limited to 'src/regress/lib/libc/asr/regress.subr')
-rw-r--r-- | src/regress/lib/libc/asr/regress.subr | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/asr/regress.subr b/src/regress/lib/libc/asr/regress.subr index dafb7ddf75..3e8cc0ebd5 100644 --- a/src/regress/lib/libc/asr/regress.subr +++ b/src/regress/lib/libc/asr/regress.subr | |||
@@ -1,5 +1,5 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # $OpenBSD: regress.subr,v 1.1.1.1 2012/07/13 17:49:53 eric Exp $ | 2 | # $OpenBSD: regress.subr,v 1.2 2013/03/28 09:36:03 eric Exp $ |
3 | 3 | ||
4 | TOTAL=0 | 4 | TOTAL=0 |
5 | FAIL=0 | 5 | FAIL=0 |
@@ -109,6 +109,7 @@ test "$_RUNDIR" == / && fail RUNDIR is root dir: $RUNDIR | |||
109 | 109 | ||
110 | OUT=$_RUNDIR/output.log | 110 | OUT=$_RUNDIR/output.log |
111 | REG=$_RUNDIR/regress.log | 111 | REG=$_RUNDIR/regress.log |
112 | ETC=$_RUNDIR/etc | ||
112 | 113 | ||
113 | echo -n > $REG | 114 | echo -n > $REG |
114 | echo -n > $OUT | 115 | echo -n > $OUT |