aboutsummaryrefslogtreecommitdiff
path: root/linaro_image_tools/tests
diff options
context:
space:
mode:
Diffstat (limited to 'linaro_image_tools/tests')
-rw-r--r--linaro_image_tools/tests/test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/linaro_image_tools/tests/test_utils.py b/linaro_image_tools/tests/test_utils.py
index 9197db8..2760654 100644
--- a/linaro_image_tools/tests/test_utils.py
+++ b/linaro_image_tools/tests/test_utils.py
@@ -280,7 +280,7 @@ class TestInstallPackageProviding(TestCaseWithFixtures):
else:
self.assertEqual(
['apt-get -s install dosfstools',
- '%s apt-get --yes install dosfstools' % sudo_args],
+ '%s apt-get --yes install dosfstools' % sudo_args],
fixture.mock.commands_executed)
def test_package_installation_refused(self):