From a069aec11d694b4b4f729367feef578379f24d8c Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Sat, 20 Sep 2014 00:35:51 -0700 Subject: Squelch spurious set PATH errors in test --- tests/test6.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test6.in') diff --git a/tests/test6.in b/tests/test6.in index 9a441b65..252eb606 100755 --- a/tests/test6.in +++ b/tests/test6.in @@ -61,7 +61,7 @@ if begin; rm -rf test6.tmp.dir; and mkdir test6.tmp.dir; end end popd if begin - set -l PATH $PWD/test6.tmp.dir $PATH + set -l PATH $PWD/test6.tmp.dir $PATH ^/dev/null complete -C$dir | grep "^$dir/.*Directory" >/dev/null end echo "incorrect implicit cd from PATH" -- cgit v1.2.3