bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/3] tests: add double quotes around another use of $VERBOSE


From: Jim Meyering
Subject: [PATCH 2/3] tests: add double quotes around another use of $VERBOSE
Date: Wed, 18 May 2011 16:57:18 +0200

From: Jim Meyering <address@hidden>

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]