diff options
author | Benoit Foucher <benoit@zeroc.com> | 2008-01-10 09:49:56 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2008-01-10 09:49:56 +0100 |
commit | 1affba103b4541329d0402780bf0c363aadf6821 (patch) | |
tree | 200a44b8e7b37a4872597bafbc106d225ea213b5 /cs/test/IceBox/configuration/run.py | |
parent | Moved various classes from IceUtil to IceUtilInternal (diff) | |
download | ice-1affba103b4541329d0402780bf0c363aadf6821.tar.bz2 ice-1affba103b4541329d0402780bf0c363aadf6821.tar.xz ice-1affba103b4541329d0402780bf0c363aadf6821.zip |
Fixed bug 2636
Diffstat (limited to 'cs/test/IceBox/configuration/run.py')
-rwxr-xr-x | cs/test/IceBox/configuration/run.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cs/test/IceBox/configuration/run.py b/cs/test/IceBox/configuration/run.py index e631a337b7c..4c605eb33bd 100755 --- a/cs/test/IceBox/configuration/run.py +++ b/cs/test/IceBox/configuration/run.py @@ -25,8 +25,6 @@ name = os.path.join("IceBox", "configuration") testdir = os.path.dirname(os.path.abspath(__file__)) icebox = TestUtil.getIceBox(testdir); -TestUtil.addLdPath(testdir) - cwd = os.getcwd() os.chdir(testdir) |