aboutsummaryrefslogtreecommitdiff
path: root/tests/dir-iterator/testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-12-23 22:57:27 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-01-09 11:33:08 +0300
commit31b74a064317186d7e891207de803b9d6dfb2642 (patch)
tree5c38a5728d72168a8c9218befaa2a6e42674ff6e /tests/dir-iterator/testscript
parentbded624bacbc284e523e44d73572a4f60d817b03 (diff)
Add mtime() and atime() to dir_entry
Diffstat (limited to 'tests/dir-iterator/testscript')
-rw-r--r--tests/dir-iterator/testscript2
1 files changed, 2 insertions, 0 deletions
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