summaryrefslogtreecommitdiffstats
path: root/tools/regression
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-20 22:51:29 +0000
committerngie <ngie@FreeBSD.org>2015-01-20 22:51:29 +0000
commite8c89293c35c4212733027029af488e6d52ff0d2 (patch)
tree87673bfa6e20c5da76413a1d214e94e69fd04b1d /tools/regression
parentf9be6e3f2540ed668f64c0ebeb08e87aa2a7f2a5 (diff)
downloadFreeBSD-src-e8c89293c35c4212733027029af488e6d52ff0d2.zip
FreeBSD-src-e8c89293c35c4212733027029af488e6d52ff0d2.tar.gz
Garbage collect a prove test wrapper
MFC after: 3 days Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tools/regression')
-rw-r--r--tools/regression/lib/libc/stdio/test-fmemopen.t15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/regression/lib/libc/stdio/test-fmemopen.t b/tools/regression/lib/libc/stdio/test-fmemopen.t
deleted file mode 100644
index bd5157b..0000000
--- a/tools/regression/lib/libc/stdio/test-fmemopen.t
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-
-cd `dirname $0`
-
-executable=`basename $0 .t`
-
-make $executable 2>&1 > /dev/null
-
-echo 1..1
-if ./$executable; then
- echo ok 1 - $executable successful
-else
- echo not ok 1 - $executable failed
-fi
OpenPOWER on IntegriCloud