mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Squelch spurious set PATH errors in test
This commit is contained in:
parent
8a3cf144f2
commit
a069aec11d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue