aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-07-02 15:13:03 -0400
committerJack Lloyd <[email protected]>2018-07-02 15:13:03 -0400
commitf639dae0a472a04a37799791297d6b1ae89e0995 (patch)
tree2cef4ca8062d4a422fe3d5502816df8cc804a29e /src/scripts
parenta14ab32d50597c4e403278b2ca9473acd2de6cb1 (diff)
Correct command to check for PSK cli tests
Diffstat (limited to 'src/scripts')
-rwxr-xr-xsrc/scripts/test_cli.py2
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')