From 31b74a064317186d7e891207de803b9d6dfb2642 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 23 Dec 2022 22:57:27 +0300 Subject: Add mtime() and atime() to dir_entry --- tests/dir-iterator/testscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/dir-iterator/testscript') diff --git a/tests/dir-iterator/testscript b/tests/dir-iterator/testscript index 9ecc58b..9bc5513 100644 --- a/tests/dir-iterator/testscript +++ b/tests/dir-iterator/testscript @@ -7,6 +7,8 @@ test.options = -v : mkdir a; touch a/b; +sleep 1; +echo "a" >=a/b; # Change modification time. $* a >"reg b" : dir -- cgit v1.1