mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 14:01:20 -03:00
Squelch spurious set PATH errors in test
This commit is contained 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"
|
||||
|
||||
Reference in New Issue
Block a user