aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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')