Fixed tests

This commit is contained in:
Nathan Broadbent
2011-10-19 22:07:29 +08:00
parent 8384734f32
commit 2b73b07c6a

View File

@@ -9,7 +9,6 @@
export scmbDir="$( cd -P "$( dirname "$0" )" && pwd )/../../.."
# Zsh compatibility
if [ -n "${ZSH_VERSION:-}" ]; then shell="zsh"; SHUNIT_PARENT=$0; setopt shwordsplit; fi
@@ -25,9 +24,9 @@ if [ -n "${ZSH_VERSION:-}" ]; then shell="zsh"; SHUNIT_PARENT=$0; setopt shwords
#-----------------------------------------------------------------------------
oneTimeSetUp() {
# Test Config
git_env_char="e"
gs_max_changes="20"
ga_auto_remove="yes"
export git_env_char="e"
export gs_max_changes="20"
export ga_auto_remove="yes"
testRepo=$(mktemp -d)
}