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:
@@ -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_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user