Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atharvakale343 committed Sep 20, 2024
1 parent d66fa72 commit 208c918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rere.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def capture(shell: str) -> dict:
print(f"RUNNING: {new_shell}")
process = subprocess.run(['sh', '-c', new_shell])
return {
'shell': new_shell,
'shell': shell,
'returncode': 0,
'stdout': b'',
'stderr': b'',
Expand Down

0 comments on commit 208c918

Please sign in to comment.