aboutsummaryrefslogtreecommitdiff
path: root/runltp
diff options
context:
space:
mode:
Diffstat (limited to 'runltp')
-rwxr-xr-xrunltp4
1 files changed, 2 insertions, 2 deletions
diff --git a/runltp b/runltp
index 3bd52525b..0d77a6efe 100755
--- a/runltp
+++ b/runltp
@@ -683,7 +683,7 @@ main()
sed -i "s|DEVICE|$DEVICE|" ${TMP}/alltests
else
echo "remove test cases which require the block device."
- echo "You can specify it with option -b"
+ echo "You can specify it with option -b"
sed -i "/DEVICE/d" ${TMP}/alltests
fi
@@ -719,7 +719,7 @@ main()
fi
if [ -n "$DEVICE" ]; then
- sed -i "" -e "s|DEVICE_FS_TYPE|$DEVICE_FS_TYPE|" ${TMP}/alltests
+ sed -i "s|DEVICE_FS_TYPE|$DEVICE_FS_TYPE|" ${TMP}/alltests
fi
if [ $? -ne 0 ]; then