From: Jim Meyering Date: Thu, 3 Dec 2009 16:04:16 +0000 (+0100) Subject: tests: fix a bug in sanitize_path_ that inhibited verbose output X-Git-Tag: v8.2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5224fbd6f904633b72f4bfa9d64e903744b0beae;p=thirdparty%2Fcoreutils.git tests: fix a bug in sanitize_path_ that inhibited verbose output * tests/test-lib.sh (sanitize_path_): Use "set -- ...", not "set - ...", since the latter turns off the -x setting we rely on for VERBOSE=yes output. --- diff --git a/tests/test-lib.sh b/tests/test-lib.sh index 06087ea295..e600a9c678 100644 --- a/tests/test-lib.sh +++ b/tests/test-lib.sh @@ -30,7 +30,7 @@ sanitize_path_() { local saved_IFS=$IFS IFS=: - set - $PATH + set -- $PATH IFS=$saved_IFS local d d1