summaryrefslogtreecommitdiff
path: root/tests/f_dup4/script
diff options
context:
space:
mode:
Diffstat (limited to 'tests/f_dup4/script')
-rw-r--r--tests/f_dup4/script7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/f_dup4/script b/tests/f_dup4/script
index 290dcc92..498f5259 100644
--- a/tests/f_dup4/script
+++ b/tests/f_dup4/script
@@ -1,14 +1,14 @@
if test -x $DEBUGFS_EXE; then
SKIP_GUNZIP="true"
-TEST_DATA="test.data"
+TEST_DATA="$test_name.tmp"
echo "/ Murphy Magic. The SeCrEt of the UnIvErSe is 43, NOT 42" > $TEST_DATA
touch $TMPFILE
$MKE2FS -N 32 -F -o Linux -b 1024 $TMPFILE 100 > /dev/null 2>&1
$DEBUGFS -w $TMPFILE << EOF > /dev/null 2>&1
-set_current_time 200704102100
+set_current_time 20070410210000
set_super_value lastcheck 0
set_super_value hash_seed null
set_super_value mkfs_time 0
@@ -52,6 +52,5 @@ rm -f $TEST_DATA
unset E2FSCK_TIME TEST_DATA
else #if test -x $DEBUGFS_EXE; then
- rm -f $test_name.ok $test_name.failed
- echo "skipped"
+ echo "$test_name: $test_description: skipped"
fi