summaryrefslogtreecommitdiff
path: root/test/api/interactive_shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/api/interactive_shell.py')
-rw-r--r--test/api/interactive_shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/api/interactive_shell.py b/test/api/interactive_shell.py
index 3c8a1d5a8..c09f5f08b 100644
--- a/test/api/interactive_shell.py
+++ b/test/api/interactive_shell.py
@@ -24,7 +24,7 @@ def check_iteractive_shell():
"""
# Open cvc5
- child = pexpect.spawnu("bin/cvc4", timeout=1)
+ child = pexpect.spawnu("bin/cvc5", timeout=1)
# We expect to see the cvc5 prompt
child.expect("cvc5>")
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback