summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2016-12-11 10:21:26 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2016-12-11 23:24:19 +0100
commit273ccb11704075b1876f6931e9e8de19ff2b31a3 (patch)
tree42fcd013a068d39ab97c08a7531b60ed7ce1bc29
parentb902fd08f688c823937fec612a0ea72848289e56 (diff)
downloadlvm2-273ccb11704075b1876f6931e9e8de19ff2b31a3.tar.gz
tests: remove unwanted exit
Exit seemes slipped in from local testing in: eb6b2a11e3548f7598c726787494be2c3ea4dca1
-rw-r--r--test/shell/lvchange-thin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/shell/lvchange-thin.sh b/test/shell/lvchange-thin.sh
index b5a6a8695..3a8cc5218 100644
--- a/test/shell/lvchange-thin.sh
+++ b/test/shell/lvchange-thin.sh
@@ -49,7 +49,7 @@ test -n "$no_discard" || check grep_dmsetup status $vg-pool " no_discard_passdow
lvchange --discards passdown $vg/pool
check grep_dmsetup table $vg-pool -v "passdown"
test -n "$no_discard" || check grep_dmsetup status $vg-pool " discard_passdown"
-exit
+
# zero_ARG (default is 'yes')
check grep_dmsetup table $vg-pool -v "zeroing"
lvchange --zero n $vg/pool