Skip to content

Commit b8dc0ef

Browse files
committed
Tweak integration test bash command
1 parent f22640c commit b8dc0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_bash_pyte_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def test_suspend_resume(self):
3636
self.term_emulator = pyte_terminal_emulator.PyteTerminalEmulator(10, 10, 1000, 0.5)
3737

3838
# Start the shell
39-
self.linux_pty_bash = linux_pty.LinuxPty(["/bin/bash", "-l"], self.home_dir)
39+
self.linux_pty_bash = linux_pty.LinuxPty("/bin/bash", self.home_dir)
4040
self.assertTrue(self.linux_pty_bash.is_running())
4141

4242
# Update screen size

0 commit comments

Comments
 (0)