tests: typo fix

This commit is contained in:
Marek Marczykowski-Górecki 2015-03-24 01:48:25 +01:00
parent 55f7556c41
commit 96cd341162

View File

@ -33,7 +33,7 @@ VM_PREFIX = "test-"
@unittest.skipUnless(os.path.exists('/usr/bin/rpmsign') and
os.path.exists('/usr/bin/rpmbuild'),
'rpm-sign and/or rpm-buid not installed')
'rpm-sign and/or rpm-build not installed')
class TC_00_Dom0Upgrade(qubes.tests.QubesTestCase):
cleanup_paths = []
pkg_name = 'qubes-test-pkg'