mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
Remove superfluous CHECK lines
Oops
This commit is contained in:
parent
3dded49b9b
commit
88e578a9ed
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue