mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Remove superfluous CHECK lines
Oops
This commit is contained in:
parent
3dded49b9b
commit
88e578a9ed
@ -78,7 +78,6 @@ end
|
||||
#CHECK: good nt
|
||||
#CHECK: good nt
|
||||
#CHECK: good nt
|
||||
#CHECK: good nt
|
||||
|
||||
for file in epoch old newest
|
||||
test nonexist -ot $file && echo good ot || echo $file: bad ot;
|
||||
@ -86,7 +85,6 @@ end
|
||||
#CHECK: good ot
|
||||
#CHECK: good ot
|
||||
#CHECK: good ot
|
||||
#CHECK: good ot
|
||||
|
||||
ln -sf epoch epochlink
|
||||
test epoch -ef epochlink && echo good ef || echo bad ef
|
||||
|
Loading…
x
Reference in New Issue
Block a user