summaryrefslogtreecommitdiffstats
path: root/tests/common/mmin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common/mmin.sh')
-rw-r--r--tests/common/mmin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common/mmin.sh b/tests/common/mmin.sh
index 38e3337..4e1d19c 100644
--- a/tests/common/mmin.sh
+++ b/tests/common/mmin.sh
@@ -9,7 +9,7 @@ now=$(epoch_time)
"$XTOUCH" -mt "@$((now + 60))" in_one_minute
"$XTOUCH" -mt "@$((now + 60 * 60))" in_one_hour
-bfs_diff -mindepth 1 \
+bfs_diff . -mindepth 1 \
\( -mmin -1 -exec printf -- '-mmin -1: %s\n' {} \; -o -true \) \
\( -mmin 1 -exec printf -- '-mmin 1: %s\n' {} \; -o -true \) \
\( -mmin +1 -exec printf -- '-mmin +1: %s\n' {} \; -o -true \)