btrfs-progs: tests: add more checks for tools used in convert tests
authorDavid Sterba <dsterba@suse.com>
Tue, 29 Aug 2017 14:35:01 +0000 (16:35 +0200)
committerDavid Sterba <dsterba@suse.com>
Fri, 8 Sep 2017 14:15:05 +0000 (16:15 +0200)
commit847ff667ce673f553ef777593b70c2beb2032e15
tree92380e313482e1231e7fc12c41f1d965dddf7d15
parent1d5f84831ce45da555487f331307597fe8ba5c11
btrfs-progs: tests: add more checks for tools used in convert tests

Tools that may not be present in common installations should be checked
in the tests.

Signed-off-by: David Sterba <dsterba@suse.com>
14 files changed:
tests/convert-tests.sh
tests/convert-tests/001-ext2-basic/test.sh
tests/convert-tests/002-ext3-basic/test.sh
tests/convert-tests/003-ext4-basic/test.sh
tests/convert-tests/005-delete-all-rollback/test.sh
tests/convert-tests/006-large-hole-extent/test.sh
tests/convert-tests/007-unsupported-block-sizes/test.sh
tests/convert-tests/008-readonly-image/test.sh
tests/convert-tests/009-common-inode-flags/test.sh
tests/convert-tests/010-reiserfs-basic/test.sh
tests/convert-tests/011-reiserfs-delete-all-rollback/test.sh
tests/convert-tests/012-reiserfs-large-hole-extent/test.sh
tests/convert-tests/013-reiserfs-common-inode-flags/test.sh
tests/convert-tests/014-reiserfs-tail-handling/test.sh