diff options
-rw-r--r-- | python/samba/tests/dcerpc/rpc_talloc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/tests/dcerpc/rpc_talloc.py b/python/samba/tests/dcerpc/rpc_talloc.py index c091f26c1b..b1e2741d7d 100644 --- a/python/samba/tests/dcerpc/rpc_talloc.py +++ b/python/samba/tests/dcerpc/rpc_talloc.py @@ -17,7 +17,7 @@ # # to run this test, use one of these: # -# python -m testtools.run samba.tests.dcerpc.rpc_talloc +# python -m unittest samba.tests.dcerpc.rpc_talloc # # or if you have trial installed (from twisted), use # |