diff options
Diffstat (limited to 'tools/regression/lib/libc/stdio/test-open_wmemstream.t')
-rw-r--r-- | tools/regression/lib/libc/stdio/test-open_wmemstream.t | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/regression/lib/libc/stdio/test-open_wmemstream.t b/tools/regression/lib/libc/stdio/test-open_wmemstream.t index 8bdfd03..bd5157b 100644 --- a/tools/regression/lib/libc/stdio/test-open_wmemstream.t +++ b/tools/regression/lib/libc/stdio/test-open_wmemstream.t @@ -7,4 +7,9 @@ executable=`basename $0 .t` make $executable 2>&1 > /dev/null -exec ./$executable +echo 1..1 +if ./$executable; then + echo ok 1 - $executable successful +else + echo not ok 1 - $executable failed +fi |