summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-08-15 20:33:46 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-08-15 16:28:03 +0200
commitf9b9433b752a663cdfda03967bd969cac5cf16bf (patch)
tree5c364fd81a3fe818910faa0eba8b3a3e189954e8 /source4
parentfd42bc1846929d163cdf25a0e66feba16bffc442 (diff)
downloadsamba-f9b9433b752a663cdfda03967bd969cac5cf16bf.tar.gz
samba-f9b9433b752a663cdfda03967bd969cac5cf16bf.tar.bz2
samba-f9b9433b752a663cdfda03967bd969cac5cf16bf.zip
s4-selftest: Fix test name for samba.tests.dcerpc.bare
Diffstat (limited to 'source4')
-rw-r--r--source4/scripting/python/samba/tests/dcerpc/bare.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/tests/dcerpc/bare.py b/source4/scripting/python/samba/tests/dcerpc/bare.py
index 08f4ec1e55..04d470eb39 100644
--- a/source4/scripting/python/samba/tests/dcerpc/bare.py
+++ b/source4/scripting/python/samba/tests/dcerpc/bare.py
@@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-"""Tests for samba.dcerpc.bare."""
+"""Tests for samba.tests.dcerpc.bare."""
from samba.dcerpc import ClientConnection
import samba.tests