summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/stdio/test-open_wmemstream.t
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-12-05 04:19:40 +0000
committerngie <ngie@FreeBSD.org>2015-12-05 04:19:40 +0000
commit8e15d8dff31ed90200fdf23d88b31c6c06fa8c33 (patch)
treeb69281e54c302053b5a8aa1a8fdc001458488ebb /tools/regression/lib/libc/stdio/test-open_wmemstream.t
parentfde15bf9a66c2d1600fc39cc4f6c9616516a8743 (diff)
downloadFreeBSD-src-8e15d8dff31ed90200fdf23d88b31c6c06fa8c33.zip
FreeBSD-src-8e15d8dff31ed90200fdf23d88b31c6c06fa8c33.tar.gz
Remove stale tools/regression directory that should have been deleted
in r291840 Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tools/regression/lib/libc/stdio/test-open_wmemstream.t')
-rw-r--r--tools/regression/lib/libc/stdio/test-open_wmemstream.t15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/regression/lib/libc/stdio/test-open_wmemstream.t b/tools/regression/lib/libc/stdio/test-open_wmemstream.t
deleted file mode 100644
index bd5157b..0000000
--- a/tools/regression/lib/libc/stdio/test-open_wmemstream.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