summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2013-09-06 12:59:48 +0000
committerjilles <jilles@FreeBSD.org>2013-09-06 12:59:48 +0000
commitdfd17597dbfd8db62df39a4c1a2591a3a41d505d (patch)
tree9e801747eba2949d809b944761ea9fc0b56b6584 /tools
parent4b9d6b9519f542358221d95accdad0804427babf (diff)
downloadFreeBSD-src-dfd17597dbfd8db62df39a4c1a2591a3a41d505d.zip
FreeBSD-src-dfd17597dbfd8db62df39a4c1a2591a3a41d505d.tar.gz
libc/stdio: Run mkostemp test using prove.
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/lib/libc/stdio/test-mkostemp.t10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/regression/lib/libc/stdio/test-mkostemp.t b/tools/regression/lib/libc/stdio/test-mkostemp.t
new file mode 100644
index 0000000..8bdfd03
--- /dev/null
+++ b/tools/regression/lib/libc/stdio/test-mkostemp.t
@@ -0,0 +1,10 @@
+#!/bin/sh
+# $FreeBSD$
+
+cd `dirname $0`
+
+executable=`basename $0 .t`
+
+make $executable 2>&1 > /dev/null
+
+exec ./$executable
OpenPOWER on IntegriCloud