mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2025-01-25 18:04:02 +08:00
33db8f80f2
only needed during the early development of the htree patch.
11 lines
278 B
Plaintext
11 lines
278 B
Plaintext
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
|