diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-12-09 18:49:38 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-12-10 03:04:06 +0100 |
commit | c565da0f7148fcfb560bea9abe4b9e2bb59a81e1 (patch) | |
tree | b093343314df7b857d5026cdffcf72fe73e79224 /source4 | |
parent | 365cfb1c323cd3a24ff0caf1929674910095b4c6 (diff) | |
download | samba-c565da0f7148fcfb560bea9abe4b9e2bb59a81e1.tar.gz samba-c565da0f7148fcfb560bea9abe4b9e2bb59a81e1.tar.bz2 samba-c565da0f7148fcfb560bea9abe4b9e2bb59a81e1.zip |
selftest: Make sure system subunit.run has TestProgram.
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/selftest/tests.py | 2 |
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: |