aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2022-01-03 23:46:19 -0500
committerTheodore Ts'o <tytso@mit.edu>2022-01-03 23:46:19 -0500
commitddb2abd2ba1dd03f85a22afe48c599a1025f2ab0 (patch)
treec0ed7828fca8ffc2a4d086c87ee94af35becdea8
parent6fd93c23a818c3c0a6f1485f6bb64cb5038cfa2f (diff)
parent8535250a8eeeb441cf466124cc420724935022eb (diff)
downloade2fsprogs-ddb2abd2ba1dd03f85a22afe48c599a1025f2ab0.tar.gz
Merge branch 'maint' into debian/master
-rw-r--r--tests/r_corrupt_fs/script2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/r_corrupt_fs/script b/tests/r_corrupt_fs/script
index 08af91edf..f6d3a89d1 100644
--- a/tests/r_corrupt_fs/script
+++ b/tests/r_corrupt_fs/script
@@ -17,7 +17,7 @@ $MKE2FS -q -F -t ext4 -o Linux -b 1024 $TMPFILE 32M >> $OUT.new 2>&1
echo debugfs -w -R \"set_bg 1 free_blocks_count 65536\" /tmp/foo.img >> $OUT.new
$DEBUGFS -w -R "set_bg 1 free_blocks_count 65536" $TMPFILE > /dev/null 2>&1
-if type timeout > /dev/null 2>&1 ; then
+if timeout -v 1s true > /dev/null 2>&1 ; then
TIMEOUT="timeout -v 30s"
else
TIMEOUT=