aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts')
-rwxr-xr-xsrc/scripts/test_cli_crypt.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scripts/test_cli_crypt.py b/src/scripts/test_cli_crypt.py
index eae77ceb2..e7b9437d6 100755
--- a/src/scripts/test_cli_crypt.py
+++ b/src/scripts/test_cli_crypt.py
@@ -104,7 +104,8 @@ def test_cipher_kat(cli_binary, data):
"cipher",
"--cipher=%s" % algorithm,
"--nonce=%s" % iv,
- "--key=%s" % key]
+ "--key=%s" % key,
+ "-"]
if 'AD' in data:
cmd += ['--ad=%s' % (data['AD'])]