From 2cdc648441794db0f84518f79e8aaf3ead68f110 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 12 Feb 2020 13:41:46 -0500 Subject: Implement -{a,B,c,m,}since --- tests.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'tests.sh') diff --git a/tests.sh b/tests.sh index fb73e4d..3893251 100755 --- a/tests.sh +++ b/tests.sh @@ -280,6 +280,9 @@ bsd_tests=( test_acl test_L_acl + test_anewer + test_asince + test_delete test_depth_maxdepth_1 @@ -331,6 +334,8 @@ bsd_tests=( test_mnewer test_H_mnewer + test_msince + test_name_slash test_name_slashes @@ -1151,6 +1156,10 @@ function test_anewer() { bfs_diff times -anewer times/a } +function test_asince() { + bfs_diff times -asince 1991-12-14T00:01 +} + function test_links() { bfs_diff links -type f -links 2 } @@ -1777,6 +1786,10 @@ function test_H_mnewer() { bfs_diff -H times -mnewer times/l } +function test_msince() { + bfs_diff times -msince 1991-12-14T00:01 +} + function test_size_T() { bfs_diff basic -type f -size 1T } -- cgit v1.2.3