summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-04 17:57:13 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-04 17:57:13 -0500
commitc62d571b7ceb5b84e4cf33a13fe07f31984b4514 (patch)
treecc3a3fa81de8f352ae90521818ed14fc15bb086e /test
parentb493b190aff92d022773e335b2a9b176828cf2f5 (diff)
downloadthird_party-func-c62d571b7ceb5b84e4cf33a13fe07f31984b4514.tar.gz
third_party-func-c62d571b7ceb5b84e4cf33a13fe07f31984b4514.tar.xz
third_party-func-c62d571b7ceb5b84e4cf33a13fe07f31984b4514.zip
typo on unittest config option
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-it.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-it.sh b/test/test-it.sh
index 961bb3b..4842ed2 100755
--- a/test/test-it.sh
+++ b/test/test-it.sh
@@ -315,7 +315,7 @@ test_funcd
-if [ "$RUN_UNITTEST" == "Y" ] ; then
+if [ "$RUN_UNITTESTS" == "Y" ] ; then
run_unittests
fi