diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:49:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:49:25 +0000 |
commit | 464df1d5e5ab1322e2dd0a7796939fff1aeefa9a (patch) | |
tree | 6a403684e0978f0287d7f0ec0e5aab1fd31a59e1 /tests/i_zero_super/script | |
parent | Initial commit. (diff) | |
download | e2fsprogs-upstream.tar.xz e2fsprogs-upstream.zip |
Adding upstream version 1.47.0.upstream/1.47.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/i_zero_super/script')
-rw-r--r-- | tests/i_zero_super/script | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/i_zero_super/script b/tests/i_zero_super/script new file mode 100644 index 0000000..0cef6ac --- /dev/null +++ b/tests/i_zero_super/script @@ -0,0 +1,11 @@ +if test -x $E2IMAGE_EXE; then + +ONE_PASS_ONLY=true +FSCK_OPT="-n -b 8193 -f" +PREP_CMD="$E2IMAGE_EXE -r -b 8193 -B 1024 $TMPFILE $TMPFILE.raw 2>/dev/null; \ + mv $TMPFILE.raw $TMPFILE" +. $cmd_dir/run_e2fsck + +else + echo "$test_name: $test_description: skipped" +fi |