diff options
Diffstat (limited to 'objc/test/Ice/exceptions/run.py')
-rwxr-xr-x | objc/test/Ice/exceptions/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/objc/test/Ice/exceptions/run.py b/objc/test/Ice/exceptions/run.py index 9e92332d98b..6014ec1878d 100755 --- a/objc/test/Ice/exceptions/run.py +++ b/objc/test/Ice/exceptions/run.py @@ -10,7 +10,7 @@ import os, sys -path = [ ".", "..", "../..", "../../..", "../../../.." ] +path = [ ".", "..", "../..", "../../..", "../../../..", "../../../../.." ] head = os.path.dirname(sys.argv[0]) if len(head) > 0: path = [os.path.join(head, p) for p in path] |