summaryrefslogtreecommitdiff
path: root/test/PyUnitTests.py
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-08 03:13:29 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-08 03:13:29 -0400
commit3f7430bd81774169d99e2337f1d7263c3301d00f (patch)
tree8d836bfd3cab7273284b851773fa06ac1da75bca /test/PyUnitTests.py
parentce2885731fd3703c7533f1af6f2dfa75926cf7ed (diff)
downloadfork-ledger-3f7430bd81774169d99e2337f1d7263c3301d00f.tar.gz
fork-ledger-3f7430bd81774169d99e2337f1d7263c3301d00f.tar.bz2
fork-ledger-3f7430bd81774169d99e2337f1d7263c3301d00f.zip
Don't include gdtoa/.libs anymore, it's not being used.
Diffstat (limited to 'test/PyUnitTests.py')
-rwxr-xr-xtest/PyUnitTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PyUnitTests.py b/test/PyUnitTests.py
index 471f0d15..52671fbd 100755
--- a/test/PyUnitTests.py
+++ b/test/PyUnitTests.py
@@ -1,5 +1,5 @@
#!/bin/sh
PYTHONPATH="%builddir%":"%srcdir%":$PYTHONPATH \
-DYLD_LIBRARY_PATH="%builddir%/.libs":"%builddir%/gdtoa/.libs":$DYLD_LIBRARY_PATH \
+DYLD_LIBRARY_PATH="%builddir%/.libs":$DYLD_LIBRARY_PATH \
python "%srcdir%"/test/UnitTests.py