Remove test for implicit cd after builtin command

(see commit 0a2eea4cc6 on master)
This commit is contained in:
Johannes Altmanninger 2020-03-24 21:55:38 +01:00
parent d4462912e6
commit 087e9da0a1
2 changed files with 0 additions and 6 deletions

View file

@ -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

View file

@ -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