summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-23 00:27:37 +0000
committerngie <ngie@FreeBSD.org>2015-01-23 00:27:37 +0000
commit09176354ca21319846ad5e4bbbd8d57845c2d276 (patch)
tree0f37215f81df976ecec4b9f6e473580b963b360b /tools
parent7780f3d4e3f613edb572d08c37670f2ede33a4ab (diff)
downloadFreeBSD-src-09176354ca21319846ad5e4bbbd8d57845c2d276.zip
FreeBSD-src-09176354ca21319846ad5e4bbbd8d57845c2d276.tar.gz
MFC r277453:
r277453 (by ngie): Garbage collect a prove test wrapper Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tools')
-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