Skip to content
Snippets Groups Projects
Commit 6656dd24 authored by Moe Jette's avatar Moe Jette
Browse files

remove some vestigial pty test logic

parent 145f0a5c
No related branches found
No related tags found
No related merge requests found
...@@ -300,7 +300,7 @@ int srun(int ac, char **av) ...@@ -300,7 +300,7 @@ int srun(int ac, char **av)
cfmakeraw(&term); cfmakeraw(&term);
tcsetattr(fd, TCSANOW, &term); tcsetattr(fd, TCSANOW, &term);
atexit(&_pty_restore); atexit(&_pty_restore);
}{
set_winsize(job); set_winsize(job);
block_sigwinch(); block_sigwinch();
pty_thread_create(job); pty_thread_create(job);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment