]> Sergey Matveev's repositories - zsh-autoenv.git/blobdiff - tests/leave.t
Fix tests: match $CRAMTMP more losely (#78)
[zsh-autoenv.git] / tests / leave.t
index 46580b76469b5f58563d212f446c771af95514cf..9cad5d03b329022c2aaaaa1b4b0ed1fe5ee12d2a 100644 (file)
@@ -12,7 +12,7 @@ Change to the directory.
   $ _autoenv_ask_for_yes() { echo "yes"; return 0 }
   $ cd .
   Attempting to load unauthorized env file!
-  -* /tmp/cramtests-*/leave.t/sub/.autoenv.zsh (glob)
+  -* /*/cramtests-*/leave.t/sub/.autoenv.zsh (glob)
   
   **********************************************
   
@@ -29,7 +29,7 @@ Leave the directory and answer "no".
   $ _autoenv_ask_for_yes() { echo "no"; return 1 }
   $ cd ..
   Attempting to load unauthorized env file!
-  -* /tmp/cramtests-*/leave.t/sub/.autoenv_leave.zsh (glob)
+  -* /*/cramtests-*/leave.t/sub/.autoenv_leave.zsh (glob)
   
   **********************************************
   
@@ -45,7 +45,7 @@ Leave the directory and answer "no".
   $ _autoenv_ask_for_yes() { echo "yes"; return 0 }
   $ cd ..
   Attempting to load unauthorized env file!
-  -* /tmp/cramtests-*/leave.t/sub/.autoenv_leave.zsh (glob)
+  -* /*/cramtests-*/leave.t/sub/.autoenv_leave.zsh (glob)
   
   **********************************************