diff --git a/tests/test6.in b/tests/test6.in index b64d2048b..066d012cf 100644 --- a/tests/test6.in +++ b/tests/test6.in @@ -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 diff --git a/tests/test6.out b/tests/test6.out index 6e21926d2..2bdc52f8a 100644 --- a/tests/test6.out +++ b/tests/test6.out @@ -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