summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMaximilian Gass <mxey@ghosthacking.net>2009-07-01 16:27:45 +0200
committerMaximilian Gass <mxey@ghosthacking.net>2009-07-01 16:27:45 +0200
commitf41f933ae94f326d21911cc3e251f1ffeecd4214 (patch)
tree1ac19ace662ba996219bbc929f0d8b85ee41efc4 /test
parent7d92c27544223fb1998dad1300b8e0e67d9f53a9 (diff)
Undotfiled the store
Diffstat (limited to 'test')
-rwxr-xr-xtest/main2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/main b/test/main
index 7c73fc2..f9e0568 100755
--- a/test/main
+++ b/test/main
@@ -13,7 +13,7 @@ while [[ $1 == --* ]] {
}
typeset envstore=${1-envstore}
-typeset store_file=${2-/tmp/.envstore-$UID}
+typeset store_file=${2-/tmp/envstore-$UID}
trap "print -P '\n%N:%i: %B%F{red}Test faild!%F{default}%b'" ZERR
trap "$envstore clear" INT