tests: fix a bug in sanitize_path_ that inhibited verbose output
authorJim Meyering <meyering@redhat.com>
Thu, 3 Dec 2009 16:04:16 +0000 (17:04 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 3 Dec 2009 16:04:16 +0000 (17:04 +0100)
commit5224fbd6f904633b72f4bfa9d64e903744b0beae
tree31d4a192e51a56837aa56b5727c43e634cdcd7b2
parentd16a8f6c7fc22799d8daa8154a45fb8b3a58ec06
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.
tests/test-lib.sh