summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-12-09 18:49:38 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-12-10 03:04:06 +0100
commitc565da0f7148fcfb560bea9abe4b9e2bb59a81e1 (patch)
treeb093343314df7b857d5026cdffcf72fe73e79224 /source4/selftest
parent365cfb1c323cd3a24ff0caf1929674910095b4c6 (diff)
downloadsamba-c565da0f7148fcfb560bea9abe4b9e2bb59a81e1.tar.gz
samba-c565da0f7148fcfb560bea9abe4b9e2bb59a81e1.tar.bz2
samba-c565da0f7148fcfb560bea9abe4b9e2bb59a81e1.zip
selftest: Make sure system subunit.run has TestProgram.
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index f855c02b0e..d8a04e4ec0 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -32,7 +32,7 @@ else:
has_perl_test_more = False
try:
- import subunit.run
+ from subunit.run import TestProgram
except ImportError:
has_system_subunit_run = False
else: