mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-28 07:31:14 -03:00
Update tests
Fish is always executed as ../test/root/bin/fish in these expect tests
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
fish: array indices start at 1, not 0.
|
||||
../test/root/bin/fish: array indices start at 1, not 0.
|
||||
echo $foo[0]
|
||||
^
|
||||
fish: array indices start at 1, not 0.
|
||||
../test/root/bin/fish: array indices start at 1, not 0.
|
||||
echo $foo[ 0 ]
|
||||
^
|
||||
fish: array indices start at 1, not 0.
|
||||
../test/root/bin/fish: array indices start at 1, not 0.
|
||||
echo $foo[ 00 ]
|
||||
^
|
||||
|
||||
Reference in New Issue
Block a user