mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00: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 changed files with 2 additions and 2 deletions
|
@ -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 a new issue