aboutsummaryrefslogtreecommitdiff
path: root/linaro_image_tools/tests/test_utils.py
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-06-27 11:12:50 +0200
committerMilo Casagrande <milo@ubuntu.com>2013-06-27 11:12:50 +0200
commit33e3d2570f5f533f5bdf27933ac99287efa92338 (patch)
treea6f2dcf1c3e54d03c684f99835af54a72a2be52d /linaro_image_tools/tests/test_utils.py
parent23b205a7e5b8c60d88eb3c87556208d77a0e8abd (diff)
parente2101dad1721a0048597084eba55b030a3bae786 (diff)
PEP8 fixes.
Diffstat (limited to 'linaro_image_tools/tests/test_utils.py')
-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):