From f2ac205b97fc00c496a67dee1c28e844b96dbd83 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 11 Mar 2019 13:46:36 -0500 Subject: I've hit a test failure twice where find -newer didn't because the timestamps were identical, so add a small delay. --- tests/find.test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/find.test b/tests/find.test index 7f2e6921..de48c5c8 100755 --- a/tests/find.test +++ b/tests/find.test @@ -6,6 +6,8 @@ mkdir dir cd dir touch file mkfifo fifo +# fs timestamp granularity isn't always enough for -newer to tell, so wait +sleep .1 ln -s fifo link cd .. touch b -- cgit v1.2.3