summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/tests/python/dirsync.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/dsdb/tests/python/dirsync.py')
-rwxr-xr-xsource4/dsdb/tests/python/dirsync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/tests/python/dirsync.py b/source4/dsdb/tests/python/dirsync.py
index 2de77366ec..a480518790 100755
--- a/source4/dsdb/tests/python/dirsync.py
+++ b/source4/dsdb/tests/python/dirsync.py
@@ -702,4 +702,4 @@ if getattr(opts, 'load_list', None):
args.insert(0, "--load-list=%s" % opts.load_list)
-TestProgram(module=__name__, argv=[sys.argv[0]] + args)
+TestProgram(module=__name__)