summaryrefslogtreecommitdiffstats
path: root/tests/common/mtime.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common/mtime.sh')
-rw-r--r--tests/common/mtime.sh2
1 files changed, 1 insertions, 1 deletions
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 \)