]> Sergey Matveev's repositories - zsh-autoenv.git/blobdiff - tests/_autoenv_stack.t
Improve zsh/zstat integration; also make it handle dirs
[zsh-autoenv.git] / tests / _autoenv_stack.t
index 6f659c693462cee4f052bd27722e84f5c1466f66..299d0642c08e73df7e01a28bab9895adb5636f8e 100644 (file)
@@ -12,6 +12,8 @@ Add existing entries.
 
   $ mkdir -p sub/sub2
   $ touch -t 201401010101 sub/file
+  $ touch -t 201401010102 sub
+  $ touch -t 201401010103 sub/sub2
   $ _autoenv_stack_entered_add sub
   $ _autoenv_stack_entered_add sub/file
   $ _autoenv_stack_entered_add sub/sub2
@@ -26,7 +28,7 @@ Add existing entries.
   sub sub/file sub/sub2 non-existing
 
   $ echo $_autoenv_stack_entered_mtime
-  0 1388538060 0 0 (glob)
+  1388538180 1388538060 1388538120 0
 
 Touch the file and re-add it.