summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/stdio/test-fmemopen.t
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/lib/libc/stdio/test-fmemopen.t')
-rw-r--r--tools/regression/lib/libc/stdio/test-fmemopen.t7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/regression/lib/libc/stdio/test-fmemopen.t b/tools/regression/lib/libc/stdio/test-fmemopen.t
index 8bdfd03..bd5157b 100644
--- a/tools/regression/lib/libc/stdio/test-fmemopen.t
+++ b/tools/regression/lib/libc/stdio/test-fmemopen.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
OpenPOWER on IntegriCloud