]> Sergey Matveev's repositories - zsh-autoenv.git/blobdiff - tests/_autoenv_stack.t
Merge pull request #22 from Tarrasch/improve-and-test-zstat-integration
[zsh-autoenv.git] / tests / _autoenv_stack.t
index de919a18bf1931f6ab2f264abfa5869727abd08e..dd56fffe55af6ec8620eef56bdee9352d193fc84 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.