mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 01:51:14 -03:00
Update tests for changed error output
This commit is contained in:
@@ -6,9 +6,9 @@ read
|
||||
|
||||
# Read with -a and anything other than exactly on var name is an error
|
||||
read -a
|
||||
#CHECKERR: read: Expected 1 args, got 0
|
||||
#CHECKERR: read: expected 1 arguments; got 0
|
||||
read --array v1 v2
|
||||
#CHECKERR: read: Expected 1 args, got 2
|
||||
#CHECKERR: read: expected 1 arguments; got 2
|
||||
read --list v1
|
||||
|
||||
# Verify correct behavior of subcommands and splitting of input.
|
||||
|
||||
Reference in New Issue
Block a user