diff options
author | Nik Clayton <nik@FreeBSD.org> | 2004-11-11 19:47:55 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 2004-11-11 19:47:55 +0000 |
commit | 00e13b1d679d242d6db62cab43303efe327afdbc (patch) | |
tree | cfebca4a0526247931bc6bdde73f15f72f3e92d0 /tools/regression/lib/libc/stdio/test-perror.t | |
parent | 350bc1206a6c217c385989d7585a3c4d56851496 (diff) |
Notes
Diffstat (limited to 'tools/regression/lib/libc/stdio/test-perror.t')
-rw-r--r-- | tools/regression/lib/libc/stdio/test-perror.t | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/regression/lib/libc/stdio/test-perror.t b/tools/regression/lib/libc/stdio/test-perror.t new file mode 100644 index 0000000000000..8bdfd03be81b6 --- /dev/null +++ b/tools/regression/lib/libc/stdio/test-perror.t @@ -0,0 +1,10 @@ +#!/bin/sh +# $FreeBSD$ + +cd `dirname $0` + +executable=`basename $0 .t` + +make $executable 2>&1 > /dev/null + +exec ./$executable |