summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/stdio/test-fmemopen.t
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2013-09-11 18:16:18 +0000
committersjg <sjg@FreeBSD.org>2013-09-11 18:16:18 +0000
commitff87b5d1477fd150ff715e5c3c2a205deb66804f (patch)
treea3620d99f472deaa7f019c4324bb8f4e38ac4272 /tools/regression/lib/libc/stdio/test-fmemopen.t
parent62bb1062226d3ce6a2350808256a25508978352d (diff)
parent4d92de31b23f33109e1fa7f0b1499ed6c3501ee1 (diff)
downloadFreeBSD-src-ff87b5d1477fd150ff715e5c3c2a205deb66804f.zip
FreeBSD-src-ff87b5d1477fd150ff715e5c3c2a205deb66804f.tar.gz
Merge head
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