summaryrefslogtreecommitdiffstats
path: root/tests/ts/misc
diff options
context:
space:
mode:
authorRuediger Meier2017-06-01 11:20:02 +0200
committerRuediger Meier2017-06-01 11:24:00 +0200
commit22edf0a6396013d77067e7b192f81558e982f675 (patch)
tree37ba2dac1e4c6813522199ba4c8c40e5c6043afc /tests/ts/misc
parentmisc: fix some warnings (diff)
downloadkernel-qcow2-util-linux-22edf0a6396013d77067e7b192f81558e982f675.tar.gz
kernel-qcow2-util-linux-22edf0a6396013d77067e7b192f81558e982f675.tar.xz
kernel-qcow2-util-linux-22edf0a6396013d77067e7b192f81558e982f675.zip
Revert "tests: use stdbuf when stderr and stdout is randomly ordered"
stdbuf does not seem to work reliable. Failed on travis/OSX This reverts commit 398b3148bedee936ee0b012b3b6e82b20547f218. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'tests/ts/misc')
-rwxr-xr-xtests/ts/misc/swaplabel3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ts/misc/swaplabel b/tests/ts/misc/swaplabel
index f934b2179..646304508 100755
--- a/tests/ts/misc/swaplabel
+++ b/tests/ts/misc/swaplabel
@@ -20,7 +20,6 @@ ts_init "$*"
ts_check_test_command "$TS_CMD_MKSWAP"
ts_check_test_command "$TS_CMD_SWAPLABEL"
-ts_check_prog "stdbuf"
# fallocate does not work on most file systems
function fallocate_or_skip()
@@ -50,7 +49,7 @@ $TS_CMD_MKSWAP \
rm -f $IMAGE
fallocate_or_skip $MIN_SWAP_SIZE $IMAGE
-stdbuf -oL -eL $TS_CMD_MKSWAP \
+$TS_CMD_MKSWAP \
--label 1234567890abcdef \
--uuid 12345678-abcd-abcd-abcd-1234567890ab \
$IMAGE 2>&1 |\