Whamcloud - gitweb
tests: use make rules to run tests in parallel
[tools/e2fsprogs.git] / tests / f_dup_de / script
1 if test -x $DEBUGFS_EXE; then
2
3 if test "$HTREE"x = x ; then
4         gunzip < $test_dir/image.gz > $TMPFILE
5         $DEBUGFS -w -R "feature ^dir_index" $TMPFILE >/dev/null 2>&1
6         gzip $TMPFILE
7         IMAGE="$TMPFILE".gz
8         EXP1=$test_dir/expect-nohtree.1
9         EXP2=$test_dir/expect-nohtree.2
10 fi
11 . $cmd_dir/run_e2fsck
12 rm -f "$TMPFILE".gz
13
14 else #if test -x $DEBUGFS_EXE; then
15         echo "$test_name: $test_description: skipped"
16 fi