mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 07:35:43 +08:00
Fix tests
By changing to flog I inadvertently changed the warning text from "<W> fish:" to "warning:". Since that's also okay, let's leave it.
This commit is contained in:
parent
26fa774f44
commit
65397d4f5e
@ -3,7 +3,7 @@ begin
|
||||
end >.
|
||||
status -b; and echo "status -b returned true after bad redirect on a begin block"
|
||||
# Note that we sometimes get fancy quotation marks here, so let's match three characters
|
||||
#CHECKERR: <W> fish: An error occurred while redirecting file {{...}}
|
||||
#CHECKERR: warning: An error occurred while redirecting file {{...}}
|
||||
#CHECKERR: {{open: Is a directory|open: Invalid argument}}
|
||||
echo $status
|
||||
#CHECK: 1
|
||||
|
@ -1,4 +1,4 @@
|
||||
<W> fish: An error occurred while redirecting file 'nosuchfile'
|
||||
warning: An error occurred while redirecting file 'nosuchfile'
|
||||
open: No such file or directory
|
||||
<W> fish: An error occurred while redirecting file 'nosuchfile'
|
||||
warning: An error occurred while redirecting file 'nosuchfile'
|
||||
open: No such file or directory
|
||||
|
Loading…
x
Reference in New Issue
Block a user