From 4649cf3132217fe9f975f7e16f47928e5d7680bf Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 23 Jul 2024 15:11:06 -0400 Subject: tests/common: Add some missing paths --- tests/common/mtime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/common/mtime.sh') diff --git a/tests/common/mtime.sh b/tests/common/mtime.sh index 7ba127e..910f64d 100644 --- a/tests/common/mtime.sh +++ b/tests/common/mtime.sh @@ -9,7 +9,7 @@ now=$(epoch_time) "$XTOUCH" -mt "@$((now))" now "$XTOUCH" -mt "@$((now + 60 * 60 * 24))" tomorrow -bfs_diff -mindepth 1 \ +bfs_diff . -mindepth 1 \ \( -mtime -1 -exec printf -- '-mtime -1: %s\n' {} \; -o -true \) \ \( -mtime 1 -exec printf -- '-mtime 1: %s\n' {} \; -o -true \) \ \( -mtime +1 -exec printf -- '-mtime +1: %s\n' {} \; -o -true \) -- cgit v1.2.3