Update tests

Fish is always executed as ../test/root/bin/fish in these expect tests
This commit is contained in:
Aaron Gyes
2018-11-27 11:42:05 -08:00
parent 1cb8b2a87b
commit 36367e4882
8 changed files with 19 additions and 19 deletions

View File

@@ -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 ]
^