mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 08:11:15 -03:00
Update tests
Fish is always executed as ../test/root/bin/fish in these expect tests
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
|
||||
####################
|
||||
# Slices
|
||||
fish: Invalid index value
|
||||
../test/root/bin/fish: Invalid index value
|
||||
echo "$foo[d]"
|
||||
^
|
||||
fish: Invalid index value
|
||||
../test/root/bin/fish: Invalid index value
|
||||
echo $foo[d]
|
||||
^
|
||||
fish: Invalid index value
|
||||
../test/root/bin/fish: Invalid index value
|
||||
echo ()[d]
|
||||
^
|
||||
|
||||
@@ -16,7 +16,7 @@ echo ()[d]
|
||||
|
||||
####################
|
||||
# Catch your breath
|
||||
fish: $) is not a valid variable in fish.
|
||||
../test/root/bin/fish: $) is not a valid variable in fish.
|
||||
echo $$paren
|
||||
^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user