mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-16 23:42:45 +08:00
Use cat instead of ls to skip colorls
We don't really care *which*, we just want to generate some error so we can see that the redirection worked. Fixes #8492
This commit is contained in:
parent
c71a2e573f
commit
c964edcd68
|
@ -1,2 +1,2 @@
|
|||
#RUN: %fish --features no-stderr-nocaret -c 'ls /abavojijsdfhdsjhfuihifoisj ^&1'
|
||||
# CHECK: {{ls|/abavojijsdfhdsjhfuihifoisj}}: {{.*}}
|
||||
#RUN: %fish --features no-stderr-nocaret -c 'cat /abavojijsdfhdsjhfuihifoisj ^&1'
|
||||
# CHECK: {{cat|/abavojijsdfhdsjhfuihifoisj}}: {{.*}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user