diff options
-rw-r--r-- | pykolab.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pykolab.spec.in b/pykolab.spec.in index c23704e..90986cf 100644 --- a/pykolab.spec.in +++ b/pykolab.spec.in @@ -266,9 +266,9 @@ fi %check # RHEL's python unittest does not have assertIsInstance() %if 0%{?rhel} > 1 -nosetests -v tests/ ||: +nosetests -v tests/unit/ ||: %else -nosetests -v tests/ +nosetests -v tests/unit/ %endif %clean |