From: Jim Meyering <meyer...@redhat.com>

* tests/t-local.sh (scsi_debug_setup_): Quote another $VERBOSE.
---
 tests/t-local.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/t-local.sh b/tests/t-local.sh
index f89f81d..159cc62 100644
--- a/tests/t-local.sh
+++ b/tests/t-local.sh
@@ -94,7 +94,7 @@ scsi_debug_setup_()
   touch stamp
   modprobe scsi_debug "$@" || { rm -f stamp; return 1; }
   scsi_debug_modprobe_succeeded_=1
-  test $VERBOSE = yes \
+  test "$VERBOSE" = yes \
     && warn_ $ME_ modprobe scsi_debug succeeded

   # Wait up to 2s (via .1s increments) for the list of devices to change.
-- 
1.7.5.1.341.g177b8


_______________________________________________
bug-parted mailing list
bug-parted@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-parted

Reply via email to