summaryrefslogtreecommitdiffstats
path: root/commands/storage/test/lmi/test_fs.sh
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2014-02-18 08:07:04 +0100
committerMichal Minar <miminar@redhat.com>2014-02-18 08:07:04 +0100
commitbb2ad503bb978b53cbf8e423750977d40ff4eaf4 (patch)
tree879830d7c4db0d6db212fda910f60a7df4c621bd /commands/storage/test/lmi/test_fs.sh
parent66ff49409f671d9325e705e69d256e80d7625b58 (diff)
parent56469ddbfd99f3a76d7c4f6dbd8fec130cea0b6b (diff)
downloadopenlmi-scripts-bb2ad503bb978b53cbf8e423750977d40ff4eaf4.tar.gz
openlmi-scripts-bb2ad503bb978b53cbf8e423750977d40ff4eaf4.tar.xz
openlmi-scripts-bb2ad503bb978b53cbf8e423750977d40ff4eaf4.zip
Merge pull request #47 from jsafrane/devel/list-no-deviceid
Do not show DeviceID in lists.
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