summaryrefslogtreecommitdiff
path: root/tests/mkfs-tests
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-11-18 15:06:13 +0100
committerDavid Sterba <dsterba@suse.com>2016-11-23 10:51:29 +0100
commit9da3ce40f54340d5a660233ae1fb040d724757f8 (patch)
tree215e4de33a46a412b740a2e6288845a629b23c5b /tests/mkfs-tests
parent6572f884ba0958af7591947028cec5adcbf21193 (diff)
btrfs-progs: tests: change options to list all loop devices
The option --list might not be available on older versions, the equvalent is --all. Discovered via failed travis build. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tests/mkfs-tests')
-rwxr-xr-xtests/mkfs-tests/001-basic-profiles/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mkfs-tests/001-basic-profiles/test.sh b/tests/mkfs-tests/001-basic-profiles/test.sh
index eb55148d..0dc9a2bd 100755
--- a/tests/mkfs-tests/001-basic-profiles/test.sh
+++ b/tests/mkfs-tests/001-basic-profiles/test.sh
@@ -32,7 +32,7 @@ cleanup_devices()
for i in `seq $ndevs`; do
truncate -s0 img$i
done
- run_check $SUDO_HELPER losetup --list
+ run_check $SUDO_HELPER losetup --all
}
test_get_info()