summaryrefslogtreecommitdiffstats
path: root/commands/storage/test/lmi/test_fs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'commands/storage/test/lmi/test_fs.sh')
-rw-r--r--commands/storage/test/lmi/test_fs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/storage/test/lmi/test_fs.sh b/commands/storage/test/lmi/test_fs.sh
index c16acb7..aea1d5c 100644
--- a/commands/storage/test/lmi/test_fs.sh
+++ b/commands/storage/test/lmi/test_fs.sh
@@ -52,7 +52,7 @@ rlPhaseStartTest
rlLogInfo "Test fs list"
# the last column is lower-case filesystem type in double quotes
- fstype=$(cat $rlRun_LOG | cut -f 4 -d ',' )
+ fstype=$(cat $rlRun_LOG | cut -f 3 -d ',' )
rlAssertEquals "Checking fs $fsname is present on $part" "\"$fsname\"" $fstype
rm $rlRun_LOG