Skip to content
Snippets Groups Projects
Commit 8fa3396a authored by Yuya Nishihara's avatar Yuya Nishihara
Browse files

test-fix: fix use of 'f --newer' to check that foo.whole is not updated

Here we want to assert not 'mtime(foo.whole.orig) < mtime(foo.whole)'.
The condition has to be inverted since 'f --newer' says "newer" if the
mtimes match.

Alternatively, we could insert 'sleep 2' before 'cp' to ensure that
foo.whole.orig is newer than foo.whole, but a fewer sleeps should be
better.
parent 43221a57
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment