diff options
author | jilles <jilles@FreeBSD.org> | 2013-09-06 12:59:48 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2013-09-06 12:59:48 +0000 |
commit | dfd17597dbfd8db62df39a4c1a2591a3a41d505d (patch) | |
tree | 9e801747eba2949d809b944761ea9fc0b56b6584 /tools/regression/lib/libc/stdio | |
parent | 4b9d6b9519f542358221d95accdad0804427babf (diff) | |
download | FreeBSD-src-dfd17597dbfd8db62df39a4c1a2591a3a41d505d.zip FreeBSD-src-dfd17597dbfd8db62df39a4c1a2591a3a41d505d.tar.gz |
libc/stdio: Run mkostemp test using prove.
Diffstat (limited to 'tools/regression/lib/libc/stdio')
-rw-r--r-- | tools/regression/lib/libc/stdio/test-mkostemp.t | 10 |
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 |