1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 15:49:42 +02:00

tests: skip the misc/stdbuf test if stdbuf was not built

* tests/misc/stdbuf: Skip this test when stdbuf is not built.
Reported by Eric Blake.
This commit is contained in:
Jim Meyering
2009-08-14 21:34:05 +02:00
parent ea5b7124b4
commit e4dcb20e83
+6
View File
@@ -21,6 +21,12 @@ if test "$VERBOSE" = yes; then
stdbuf --version
fi
# skip this test if stdbuf isn't being built.
case " $built_programs " in
*" stdbuf "*) ;;
*) skip_test_ 'stdbuf not built';;
esac
. $srcdir/test-lib.sh
getlimits_