mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 03:51:14 -03:00
Tests: Don't cd to the tests directory!
We: 1. Set up a nice TMPDIR for our tests to use 2. Immediately `cd` to the directory containing the test runner. So instead we don't do (2), and stay in the temp directory, and explicitly use all the things from the test runner directory. I am fairly certain that cmake papered over this by adding a second layer of temp dir.
This commit is contained in:
@@ -141,7 +141,7 @@ echo $status
|
||||
abbr --query banana --function
|
||||
echo $status
|
||||
# CHECKERR: abbr: --function: option requires an argument
|
||||
# CHECKERR: checks/abbr.fish (line 141):
|
||||
# CHECKERR: {{.*}}checks/abbr.fish (line 141):
|
||||
# CHECKERR: abbr --query banana --function
|
||||
# CHECKERR: ^
|
||||
# CHECKERR: (Type 'help abbr' for related documentation)
|
||||
|
||||
Reference in New Issue
Block a user