summaryrefslogtreecommitdiff
path: root/tests/f_dup_de/script
blob: d331003f1e721d0a93b9e776d7c85c854e192f17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
if test -x $DEBUGFS_EXE; then

if test "$HTREE"x = x ; then
	gunzip < $test_dir/image.gz > $TMPFILE
	$DEBUGFS -w -R "feature ^dir_index" $TMPFILE >/dev/null 2>&1
	gzip $TMPFILE
	IMAGE="$TMPFILE".gz
	EXP1=$test_dir/expect-nohtree.1
	EXP2=$test_dir/expect-nohtree.2
fi
. $cmd_dir/run_e2fsck
rm -f "$TMPFILE".gz

else #if test -x $DEBUGFS_EXE; then
	rm -f $test_name.ok $test_name.failed
	echo "skipped"
fi