aboutsummaryrefslogtreecommitdiff
path: root/test/py/tests/test_vboot.py
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-07-11 09:40:38 -0400
committerTom Rini <trini@konsulko.com>2018-07-11 09:40:38 -0400
commit1703fbefd9183fffd76f4744a73f5ca9daef6313 (patch)
treed1155db77dc38ebb02aa0ee66f4559032c092d74 /test/py/tests/test_vboot.py
parent421be6fca5cbe0d9dd3a10467529eed53528c258 (diff)
parent8793631ec13ee9e6c7189a7bdca38dde7b4390a8 (diff)
downloadu-boot-1703fbefd9183fffd76f4744a73f5ca9daef6313.zip
u-boot-1703fbefd9183fffd76f4744a73f5ca9daef6313.tar.gz
u-boot-1703fbefd9183fffd76f4744a73f5ca9daef6313.tar.bz2
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'test/py/tests/test_vboot.py')
-rw-r--r--test/py/tests/test_vboot.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/py/tests/test_vboot.py b/test/py/tests/test_vboot.py
index 3d25ec3..e9cbd57 100644
--- a/test/py/tests/test_vboot.py
+++ b/test/py/tests/test_vboot.py
@@ -210,8 +210,8 @@ def test_vboot(u_boot_console):
public_exponent = 65537
util.run_and_log(cons, 'openssl genpkey -algorithm RSA -out %sdev.key '
'-pkeyopt rsa_keygen_bits:2048 '
- '-pkeyopt rsa_keygen_pubexp:%d '
- '2>/dev/null' % (tmpdir, public_exponent))
+ '-pkeyopt rsa_keygen_pubexp:%d' %
+ (tmpdir, public_exponent))
# Create a certificate containing the public key
util.run_and_log(cons, 'openssl req -batch -new -x509 -key %sdev.key -out '