mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
libc/stdio: Run mkostemp test using prove.
This commit is contained in:
parent
e32a0090d8
commit
366f0c9f45
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255302
10
tools/regression/lib/libc/stdio/test-mkostemp.t
Normal file
10
tools/regression/lib/libc/stdio/test-mkostemp.t
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
# $FreeBSD$
|
||||
|
||||
cd `dirname $0`
|
||||
|
||||
executable=`basename $0 .t`
|
||||
|
||||
make $executable 2>&1 > /dev/null
|
||||
|
||||
exec ./$executable
|
Loading…
Reference in New Issue
Block a user