mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08: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
@ -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…
x
Reference in New Issue
Block a user