summaryrefslogtreecommitdiffstats
path: root/tests/ts/swapon/devname
diff options
context:
space:
mode:
authorDavidlohr Bueso2011-08-17 17:51:19 +0200
committerKarel Zak2011-08-17 18:08:18 +0200
commitd8c36bdf037b901d92c8cbe45546b210dc5f8b90 (patch)
treec8ec9a462c792edead1a911974a8c7762899be50 /tests/ts/swapon/devname
parentlosetup: allow to use --verbose with --all (diff)
downloadkernel-qcow2-util-linux-d8c36bdf037b901d92c8cbe45546b210dc5f8b90.tar.gz
kernel-qcow2-util-linux-d8c36bdf037b901d92c8cbe45546b210dc5f8b90.tar.xz
kernel-qcow2-util-linux-d8c36bdf037b901d92c8cbe45546b210dc5f8b90.zip
tests: grammar fixes
Trivial change, "Cannot found" to "Cannot find". Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Diffstat (limited to 'tests/ts/swapon/devname')
-rwxr-xr-xtests/ts/swapon/devname4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ts/swapon/devname b/tests/ts/swapon/devname
index e2ac048f9..917b40b3c 100755
--- a/tests/ts/swapon/devname
+++ b/tests/ts/swapon/devname
@@ -30,12 +30,12 @@ DEVICE=$(ts_device_init)
$TS_CMD_MKSWAP $DEVICE > /dev/null 2>> $TS_OUTPUT \
|| ts_die "Cannot make swap $DEVICE" $DEVICE
-ts_device_has "TYPE" "swap" $DEVICE || ts_die "Cannot found swap on $DEVICE" $DEVICE
+ts_device_has "TYPE" "swap" $DEVICE || ts_die "Cannot find swap on $DEVICE" $DEVICE
LD_LIBRARY_PATH="$U_L_LIBRARY_PATH" \
$TS_CMD_SWAPON $DEVICE 2>&1 >> $TS_OUTPUT
-grep -q $DEVICE /proc/swaps || ts_die "Cannot found $DEVICE in /proc/swaps" $DEVICE
+grep -q $DEVICE /proc/swaps || ts_die "Cannot find $DEVICE in /proc/swaps" $DEVICE
ts_swapoff $DEVICE
ts_device_deinit $DEVICE