aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
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"