aboutsummaryrefslogtreecommitdiff
path: root/source/1.0/src/shflags_test_public.sh
diff options
context:
space:
mode:
authorkate.ward <kate.ward@forestent.com>2008-11-12 21:26:05 +0000
committerkate.ward <kate.ward@forestent.com>2008-11-12 21:26:05 +0000
commit1b600c53cdd5ad1b8a487d50ec1d1e9b0992166c (patch)
tree9ff94f0ed14f26ce1d63876e986ac8ccfb2ff6c4 /source/1.0/src/shflags_test_public.sh
parentcd0bafa6ee2ddd87a13d0eb14219b551cfa31a63 (diff)
downloadshflags-1b600c53cdd5ad1b8a487d50ec1d1e9b0992166c.tar.gz
fixed recursion bug in _flags_getFlagInfo(), and put more common stuff into test helpers
Diffstat (limited to 'source/1.0/src/shflags_test_public.sh')
-rwxr-xr-xsource/1.0/src/shflags_test_public.sh10
1 files changed, 1 insertions, 9 deletions
diff --git a/source/1.0/src/shflags_test_public.sh b/source/1.0/src/shflags_test_public.sh
index affdaa5..ea16bb0 100755
--- a/source/1.0/src/shflags_test_public.sh
+++ b/source/1.0/src/shflags_test_public.sh
@@ -123,15 +123,7 @@ EOF
oneTimeSetUp()
{
- # load flags
- [ -n "${ZSH_VERSION:-}" ] && FLAGS_PARENT=$0
- . ${TH_SHFLAGS}
-
- tmpDir="${__shunit_tmpDir}/output"
- mkdir "${tmpDir}"
- stdoutF="${tmpDir}/stdout"
- stderrF="${tmpDir}/stderr"
- expectedF="${tmpDir}/expected"
+ th_oneTimeSetUp
}
setUp()