From d6c2c94896c4e9f49e187f6c7b0f0d376a2d02ac Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 4 Jun 2024 13:54:16 -0400 Subject: tests/common: Add tests for -[am]{min,time} --- tests/common/mtime.out | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/common/mtime.out (limited to 'tests/common/mtime.out') diff --git a/tests/common/mtime.out b/tests/common/mtime.out new file mode 100644 index 0000000..91f0114 --- /dev/null +++ b/tests/common/mtime.out @@ -0,0 +1,6 @@ +-mtime 1: ./yesterday +-mtime +1: ./last_week +-mtime +1: ./two_days_ago +-mtime -1: ./now +-mtime -1: ./one_hour_ago +-mtime -1: ./tomorrow -- cgit v1.2.3