diff options
author | Jack Lloyd <[email protected]> | 2018-07-02 15:13:03 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-07-02 15:13:03 -0400 |
commit | f639dae0a472a04a37799791297d6b1ae89e0995 (patch) | |
tree | 2cef4ca8062d4a422fe3d5502816df8cc804a29e /src/scripts | |
parent | a14ab32d50597c4e403278b2ca9473acd2de6cb1 (diff) |
Correct command to check for PSK cli tests
Diffstat (limited to 'src/scripts')
-rwxr-xr-x | src/scripts/test_cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/test_cli.py b/src/scripts/test_cli.py index b17e4ee5f..3720e7e31 100755 --- a/src/scripts/test_cli.py +++ b/src/scripts/test_cli.py @@ -219,7 +219,7 @@ wGf/MGbgPebBLmozAANENw== shutil.rmtree(tmp_dir) def cli_psk_db_tests(): - if not check_for_command("psk_db"): + if not check_for_command("psk_get"): return tmp_dir = tempfile.mkdtemp(prefix='botan_cli') |