summaryrefslogtreecommitdiff
path: root/tests/m_mmp/script
diff options
context:
space:
mode:
Diffstat (limited to 'tests/m_mmp/script')
-rw-r--r--tests/m_mmp/script6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/m_mmp/script b/tests/m_mmp/script
index b3e206a3..02b0b4b8 100644
--- a/tests/m_mmp/script
+++ b/tests/m_mmp/script
@@ -2,12 +2,12 @@ DESCRIPTION="enable MMP during mke2fs"
FS_SIZE=65536
MKE2FS_DEVICE_SECTSIZE=2048
export MKE2FS_DEVICE_SECTSIZE
-TMPFILE=test.img
+TMPFILE=$test_name.tmp
> $TMPFILE
stat -f $TMPFILE | grep -q "Type: tmpfs"
-if [ $? == 0 ]; then
+if [ $? = 0 ]; then
rm -f $TMPFILE
- echo "skipped for tmpfs (no O_DIRECT support)"
+ echo "$test_name: $test_description: skipped for tmpfs (no O_DIRECT)"
return 0
fi
MKE2FS_OPTS="-b 4096 -O mmp"