Fixed tests
This commit is contained in:
@@ -9,7 +9,6 @@
|
|||||||
|
|
||||||
export scmbDir="$( cd -P "$( dirname "$0" )" && pwd )/../../.."
|
export scmbDir="$( cd -P "$( dirname "$0" )" && pwd )/../../.."
|
||||||
|
|
||||||
|
|
||||||
# Zsh compatibility
|
# Zsh compatibility
|
||||||
if [ -n "${ZSH_VERSION:-}" ]; then shell="zsh"; SHUNIT_PARENT=$0; setopt shwordsplit; fi
|
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() {
|
oneTimeSetUp() {
|
||||||
# Test Config
|
# Test Config
|
||||||
git_env_char="e"
|
export git_env_char="e"
|
||||||
gs_max_changes="20"
|
export gs_max_changes="20"
|
||||||
ga_auto_remove="yes"
|
export ga_auto_remove="yes"
|
||||||
|
|
||||||
testRepo=$(mktemp -d)
|
testRepo=$(mktemp -d)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user