mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
Fix expected outcome in test
The reported error is now different, so the test is updated accordingly.
This commit is contained in:
parent
074537a8ac
commit
bf44ea1350
1 changed files with 2 additions and 2 deletions
|
@ -140,9 +140,9 @@ not math '(1 pi)'
|
|||
# CHECKERR: '(1 pi)'
|
||||
# CHECKERR: ^
|
||||
not math '(1 pow 1,2)'
|
||||
# CHECKERR: math: Error: Too many arguments
|
||||
# CHECKERR: math: Error: Missing operator
|
||||
# CHECKERR: '(1 pow 1,2)'
|
||||
# CHECKERR: ^
|
||||
# CHECKERR: ^
|
||||
not math
|
||||
# CHECKERR: math: expected >= 1 arguments; got 0
|
||||
not math -s 12
|
||||
|
|
Loading…
Reference in a new issue