summaryrefslogtreecommitdiff
path: root/tests/fsck-tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fsck-tests')
-rwxr-xr-xtests/fsck-tests/012-leaf-corruption/test.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/fsck-tests/012-leaf-corruption/test.sh b/tests/fsck-tests/012-leaf-corruption/test.sh
index fe5c2260..4db47101 100755
--- a/tests/fsck-tests/012-leaf-corruption/test.sh
+++ b/tests/fsck-tests/012-leaf-corruption/test.sh
@@ -85,10 +85,6 @@ check_inode()
check_leaf_corrupt_no_data_ext()
{
image=$1
- if [ -z $TEST_MNT ]; then
- echo "\$TEST_MNT not set, use $(pwd)/tmp as fallback"
- TEST_MNT="$(pwd)/tmp"
- fi
mkdir -p $TEST_MNT || _fail "failed to create mount point"
$SUDO_HELPER mount $image -o ro $TEST_MNT