mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-02 08:08:46 +00:00
Remove test for implicit cd after builtin command
(see commit 0a2eea4cc6
on master)
This commit is contained in:
parent
d4462912e6
commit
087e9da0a1
2 changed files with 0 additions and 6 deletions
|
@ -81,11 +81,6 @@ if begin; rm -rf test6.tmp.dir; and mkdir test6.tmp.dir; end
|
|||
else
|
||||
echo "no implicit cd complete"
|
||||
end
|
||||
if complete -C"command $dir" | grep "^$dir/.*Directory" >/dev/null
|
||||
echo "implicit cd complete incorrect after 'command'"
|
||||
else
|
||||
echo "no implicit cd complete after 'command'"
|
||||
end
|
||||
popd
|
||||
if begin
|
||||
set -l PATH $PWD/test6.tmp.dir $PATH 2>/dev/null
|
||||
|
|
|
@ -41,7 +41,6 @@ Expect no output 2:
|
|||
Expect --backup --backup=: --backup --backup=
|
||||
Expect --backup=all --backup=none --backup=simple: --backup=all --backup=none --backup=simple
|
||||
implicit cd complete works
|
||||
no implicit cd complete after 'command'
|
||||
PATH does not cause incorrect implicit cd
|
||||
Command completion with parened PATHs test passed
|
||||
Command completion with intermediate slashes passed
|
||||
|
|
Loading…
Reference in a new issue