summaryrefslogtreecommitdiff
path: root/vfat-volid/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vfat-volid/test.sh')
-rw-r--r--vfat-volid/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vfat-volid/test.sh b/vfat-volid/test.sh
index 67b115b..2f545ad 100644
--- a/vfat-volid/test.sh
+++ b/vfat-volid/test.sh
@@ -57,7 +57,7 @@ function do_test() {
step=6
echo "Getting volume ID" | tee -a $LOG
- v1=`/system/bin/vfat-volid --path $MPT -i`
+ v1=`/system/bin/vfat-volid --path $MPT`
rc=$?
if [ $rc -ne 0 ]; then
echo "Error when getting volume ID" | tee -a $LOG