summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-lib.sh b/tests/test-lib.sh
index 06087ea29..e600a9c67 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