mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
Fix tests
This didn't account for the path differing from when I ran the test manually. Sorry!
This commit is contained in:
parent
7dbbd16d0a
commit
ff18b2a09a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ end
|
|||
function t2 --argument-names a b c --no-scope-shadowing
|
||||
echo t2
|
||||
end
|
||||
#CHECKERR: function.fish (line {{\d+}}): function: Variable name '--no-scope-shadowing' is not valid. See `help identifiers`.
|
||||
#CHECKERR: {{.*/?}}function.fish (line {{\d+}}): function: Variable name '--no-scope-shadowing' is not valid. See `help identifiers`.
|
||||
#CHECKERR: function t2 --argument-names a b c --no-scope-shadowing
|
||||
#CHECKERR: ^
|
||||
|
||||
|
|
Loading…
Reference in a new issue