diff options
author | ngie <ngie@FreeBSD.org> | 2015-11-08 06:37:50 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-11-08 06:37:50 +0000 |
commit | 8ae95d701f3a1acb98e4e694e9b3c5364f6cd8d8 (patch) | |
tree | 8c454eedd4df1fa2d8f5eb6b594f060c053d3473 /tools/regression/lib/libc/stdio/test-print-positional.t | |
parent | 6aaa32a3adb9116ac6942c43e3a77a39dcc43471 (diff) | |
download | FreeBSD-src-8ae95d701f3a1acb98e4e694e9b3c5364f6cd8d8.zip FreeBSD-src-8ae95d701f3a1acb98e4e694e9b3c5364f6cd8d8.tar.gz |
Integrate tools/regression/lib/libc/stdio into the FreeBSD test suite
as lib/libc/tests/stdio
- Fix some whitespace
- Convert the testcases to ATF
- Convert "/dev/null" to _PATH_DEVNULL
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tools/regression/lib/libc/stdio/test-print-positional.t')
-rw-r--r-- | tools/regression/lib/libc/stdio/test-print-positional.t | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/regression/lib/libc/stdio/test-print-positional.t b/tools/regression/lib/libc/stdio/test-print-positional.t deleted file mode 100644 index 8bdfd03..0000000 --- a/tools/regression/lib/libc/stdio/test-print-positional.t +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -cd `dirname $0` - -executable=`basename $0 .t` - -make $executable 2>&1 > /dev/null - -exec ./$executable |