Fix tests

This didn't account for the path differing from when I ran the test
manually.

Sorry!
This commit is contained in:
Fabian Homborg 2019-10-08 18:36:50 +02:00
parent 7dbbd16d0a
commit ff18b2a09a

View file

@ -6,7 +6,7 @@ end
function t2 --argument-names a b c --no-scope-shadowing function t2 --argument-names a b c --no-scope-shadowing
echo t2 echo t2
end 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: function t2 --argument-names a b c --no-scope-shadowing
#CHECKERR: ^ #CHECKERR: ^