blob: 6baf49c2afdf4749b7601ea9ac9241524d2edc44 [file] [log] [blame]
# TODO(ninja): Ninja does not believe the timestamp so this test is invalid.
test1:
touch -t 197101010000 old1
touch -t 197101010000 old2
touch new
test2: old1 old2
echo DONE
old1: | new
echo FAIL
old2: new
echo PASS
new:
echo FAIL_new