aboutsummaryrefslogtreecommitdiff
path: root/tests/t_disable_csum_seed/script
diff options
context:
space:
mode:
Diffstat (limited to 'tests/t_disable_csum_seed/script')
-rwxr-xr-xtests/t_disable_csum_seed/script2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t_disable_csum_seed/script b/tests/t_disable_csum_seed/script
index cb1cbc67..e762ad4e 100755
--- a/tests/t_disable_csum_seed/script
+++ b/tests/t_disable_csum_seed/script
@@ -8,7 +8,7 @@ rm -f $OUT
# Test command line option
echo "create fs without csum_seed" >> $OUT
-$MKE2FS -O metadata_csum,^metadata_csum_seed -U 6b33f586-a183-4383-921d-30da3fef2e5c -F $TMPFILE > /dev/null 2>&1
+$MKE2FS -o Linux -O metadata_csum,^metadata_csum_seed -U 6b33f586-a183-4383-921d-30da3fef2e5c -F $TMPFILE > /dev/null 2>&1
$DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT
echo "turn on csum_seed" >> $OUT