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