aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run_test.sh
diff options
context:
space:
mode:
authorLauro Neto <lauro.neto@openbossa.org>2009-12-12 16:13:08 -0300
committerLauro Neto <lauro.neto@openbossa.org>2009-12-16 21:14:24 -0300
commit477a17fb1bdbd83210c62c163691da790e4a304d (patch)
tree00425486150598bdcab45e30fe3191b585405d07 /tests/run_test.sh
parent9e1a1ec8a75ba16cc9eb21ccc2aa8adf6f21de93 (diff)
Fix typo in run_test.sh (PYTHONPATH)
Diffstat (limited to 'tests/run_test.sh')
-rwxr-xr-xtests/run_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_test.sh b/tests/run_test.sh
index 85058c185..8671ce350 100755
--- a/tests/run_test.sh
+++ b/tests/run_test.sh
@@ -9,5 +9,5 @@
# $4: test file
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$1
-export PYTHONPATH=$PYTHON_PATH:$2
+export PYTHONPATH=$PYTHONPATH:$2
$3 $4