aboutsummaryrefslogtreecommitdiff
path: root/source/1.0/src/shflags_test_helpers
diff options
context:
space:
mode:
authorkate.ward <kate.ward@forestent.com>2011-06-10 11:15:49 +0000
committerkate.ward <kate.ward@forestent.com>2011-06-10 11:15:49 +0000
commit1cb796074038fa3aa3ffe7218b48326cd758c7fc (patch)
tree21a9c5e262d29b4059f1fecadbc618584f125e47 /source/1.0/src/shflags_test_helpers
parent8ccc299485e38c9d24a69dd951ba51b95eafbe02 (diff)
downloadshflags-1cb796074038fa3aa3ffe7218b48326cd758c7fc.tar.gz
fixed issues 11 and 12; added ability to override OS getopt
Diffstat (limited to 'source/1.0/src/shflags_test_helpers')
-rw-r--r--source/1.0/src/shflags_test_helpers2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/1.0/src/shflags_test_helpers b/source/1.0/src/shflags_test_helpers
index 01199b5..bbdd5a8 100644
--- a/source/1.0/src/shflags_test_helpers
+++ b/source/1.0/src/shflags_test_helpers
@@ -51,7 +51,7 @@ th_oneTimeSetUp()
. ${TH_SHFLAGS}
# these files will be cleaned up automatically by shUnit2
- tmpDir=${shunit_tmpDir}
+ tmpDir=${SHUNIT_TMPDIR}
stdoutF="${tmpDir}/stdout"
stderrF="${tmpDir}/stderr"
expectedF="${tmpDir}/expected"