summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/scripts-run/100_simple.py
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/test-pjsua/scripts-run/100_simple.py')
-rw-r--r--pjsip-apps/src/test-pjsua/scripts-run/100_simple.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pjsip-apps/src/test-pjsua/scripts-run/100_simple.py b/pjsip-apps/src/test-pjsua/scripts-run/100_simple.py
index f1e13cfc..7ab96efc 100644
--- a/pjsip-apps/src/test-pjsua/scripts-run/100_simple.py
+++ b/pjsip-apps/src/test-pjsua/scripts-run/100_simple.py
@@ -1,4 +1,4 @@
-# $Id:$
+# $Id$
#
# Just about the simple pjsua command line parameter, which should
# never fail in any circumstances
@@ -7,7 +7,7 @@ from inc_cfg import *
test_param = TestParam(
"Basic run",
[
- InstanceParam("pjsua", "--null-audio --local-port 0 --rtp-port 0")
+ InstanceParam("pjsua", "--null-audio --rtp-port 0")
]
)