summaryrefslogtreecommitdiff
path: root/tests/pjsua/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pjsua/run.py')
-rw-r--r--tests/pjsua/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pjsua/run.py b/tests/pjsua/run.py
index df940ea7..c4dfcfc9 100644
--- a/tests/pjsua/run.py
+++ b/tests/pjsua/run.py
@@ -80,7 +80,7 @@ if G_EXE == "":
sys.exit(1)
G_INUNIX = False
else:
- f = open("../../../build.mak", "r")
+ f = open("../../build.mak", "r")
while True:
line = f.readline()
if not line: