summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2022-08-31 13:26:30 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2022-09-07 15:00:15 +0200
commita6e47a161240e977bac5522d85e92fff3c1c9026 (patch)
tree2abe1564a746995544a615b75adc1defce7201a6
parent8a92a526a0bd4f5c9f89a535ee8904143441f38e (diff)
downloadlvm2-a6e47a161240e977bac5522d85e92fff3c1c9026.tar.gz
tests: remove slash
-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 992ed7145..d9d261e4b 100644
--- a/test/shell/lvchange-thin.sh
+++ b/test/shell/lvchange-thin.sh
@@ -30,7 +30,7 @@ lvcreate -L10M -T $vg/pool
# tests for checking thin-pool discard passdown are skipped
pvmajor=$(get pv_field "$dev1" major)
pvminor=$(get pv_field "$dev1" minor)
-test "$(< "/sys/dev/block/$pvmajor\:$pvminor/queue/discard_granularity")" -ne 0 || \
+test "$(< "/sys/dev/block/$pvmajor:$pvminor/queue/discard_granularity")" -ne 0 || \
no_discard=1
#