From 4b6e5737241feacc0764e56e438cabee2ff3429e Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 20 Dec 2016 21:35:51 -0500 Subject: Implement -mnewer --- tests.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'tests.sh') diff --git a/tests.sh b/tests.sh index 8d9a49b..3e936e0 100755 --- a/tests.sh +++ b/tests.sh @@ -745,9 +745,19 @@ function test_0119() { bfs_diff basic -uid "$(id -un)" } +function test_0120() { + [ "$BSD" ] || return 0 + bfs_diff times -mnewer times/a +} + +function test_0121() { + [ "$BSD" ] || return 0 + bfs_diff -H times -mnewer times/l +} + result=0 -for i in {1..119}; do +for i in {1..121}; do test="test_$(printf '%04d' $i)" if [ -t 1 ]; then -- cgit v1.2.3