aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Kevin Ballard <kevin@sb.org>2014-09-20 00:35:51 -0700
committerGravatar Kevin Ballard <kevin@sb.org>2014-09-20 00:35:51 -0700
commita069aec11d694b4b4f729367feef578379f24d8c (patch)
treeca3cf687f0a111a3c586f372dd8739c9ee70a807 /tests
parent8a3cf144f25dd0cb1e20928b2c2f2c53b34c40c3 (diff)
Squelch spurious set PATH errors in test
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test6.in2
1 files changed, 1 insertions, 1 deletions
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"