Skip to content

Commit

Permalink
ipython -> ipython3
Browse files Browse the repository at this point in the history
  • Loading branch information
robwaz committed Aug 2, 2024
1 parent 91044fa commit 54ec2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_parents():
assert b'Success!' in p.readall()

# test ipython
with pwn.process(f"""echo 'import subprocess; print(subprocess.check_output("{CHAL} --parent ipython".split()))' | ipython""", shell=True) as p:
with pwn.process(f"""echo 'import subprocess; print(subprocess.check_output("{CHAL} --parent ipython".split()))' | ipython3""", shell=True) as p:
assert b'Success!' in p.readall()

with pwn.process(f"{CHAL} --parent ipython".split()) as p:
Expand Down

0 comments on commit 54ec2c1

Please sign in to comment.