mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
tests/checks/complete: Do $PWD stuff in the tempdir
This broke the tests on my machine, and doing ```fish cd $dir cd - ``` seems wrong in any case.
This commit is contained in:
parent
c02cc110e0
commit
aa17ed51ce
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,6 @@ rm -r $dir
|
|||
|
||||
set -l dir (mktemp -d)
|
||||
cd $dir
|
||||
cd -
|
||||
|
||||
: >command-not-in-path
|
||||
chmod +x command-not-in-path
|
||||
|
@ -426,4 +425,5 @@ begin
|
|||
# CHECK: custom-completions
|
||||
end
|
||||
|
||||
cd -
|
||||
rm -r $dir
|
||||
|
|
Loading…
Reference in a new issue