From ba967212e94110986e4b7512a75a9e8aa519fd19 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 27 Feb 2016 14:35:19 -0500 Subject: Implement (most of) -newerXY. --- tests.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'tests.sh') diff --git a/tests.sh b/tests.sh index 77ba586..a6c40b7 100755 --- a/tests.sh +++ b/tests.sh @@ -256,14 +256,18 @@ function test_0046() { } function test_0047() { - find_diff -L "$basic" -daystart -mtime 0 + find_diff "$basic" -daystart -mtime 0 } function test_0048() { - find_diff -L "$basic" -daystart -daystart -mtime 0 + find_diff "$basic" -daystart -daystart -mtime 0 } -for i in {1..48}; do +function test_0049() { + find_diff "$basic" -newermc "$basic/e/f" +} + +for i in {1..49}; do test="test_$(printf '%04d' $i)" "$test" "$dir" status=$? -- cgit v1.2.3