summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2006-03-30 05:36:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:59:21 -0500
commit4a1055dfda8af208e7b11b8d5d2283501bd852a4 (patch)
treebee56128b5fdacc8201b90891f06fe5bcaccc625 /source4/script
parentea5a31293805961027471309d784df5213791952 (diff)
downloadsamba-4a1055dfda8af208e7b11b8d5d2283501bd852a4.tar.gz
samba-4a1055dfda8af208e7b11b8d5d2283501bd852a4.tar.bz2
samba-4a1055dfda8af208e7b11b8d5d2283501bd852a4.zip
r14802: Fix typo.
(This used to be commit 757805f02050a6023ff728c28e2f79d00f277f6f)
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/tests/test_swig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_swig.sh b/source4/script/tests/test_swig.sh
index 6b97ab4d33..9ca452838c 100755
--- a/source4/script/tests/test_swig.sh
+++ b/source4/script/tests/test_swig.sh
@@ -12,7 +12,7 @@ incdir=`dirname $0`
failed=0
-export PYTHONPATH=scripting/swig:$PYTHONPATh
+export PYTHONPATH=scripting/swig:$PYTHONPATH
scripting/swig/torture/torture_tdb.py || failed=`expr $failed + 1`