TTY /dev/pts/0 nohup (GNU coreutils) 8.30 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Jim Meyering. *** Running test-echo ----- dash rm: cannot remove 'nohup.out': No such file or directory nohup: ignoring input hi status=0 => dash returned 0 nohup.out doesn't exist ----- bash rm: cannot remove 'nohup.out': No such file or directory nohup: ignoring input hi status=0 => bash returned 0 nohup.out doesn't exist ----- mksh rm: cannot remove 'nohup.out': No such file or directory nohup: ignoring input hi status=0 => mksh returned 0 nohup.out doesn't exist ----- bin/osh rm: cannot remove 'nohup.out': No such file or directory nohup: ignoring input Traceback (most recent call last): File "/home/uke/oil/bin/oils_for_unix.py", line 20, in import posix_ as posix ImportError: No module named posix_ => bin/osh returned 1 nohup.out doesn't exist *** Running test-read ----- dash rm: cannot remove 'nohup.out': No such file or directory nohup: ignoring input status=1 x= => dash returned 0 nohup.out doesn't exist ----- bash rm: cannot remove 'nohup.out': No such file or directory nohup: ignoring input bash: line 0: read: read error: 0: Bad file descriptor status=1 x= => bash returned 0 nohup.out doesn't exist ----- mksh rm: cannot remove 'nohup.out': No such file or directory nohup: ignoring input mksh: read: Bad file descriptor status=2 x= => mksh returned 0 nohup.out doesn't exist ----- bin/osh rm: cannot remove 'nohup.out': No such file or directory nohup: ignoring input Traceback (most recent call last): File "/home/uke/oil/bin/oils_for_unix.py", line 20, in import posix_ as posix ImportError: No module named posix_ => bin/osh returned 1 nohup.out doesn't exist *** Running test-json-read rm: cannot remove 'nohup.out': No such file or directory rm: cannot remove 'nohup.out': No such file or directory nohup: ignoring input Traceback (most recent call last): File "/home/uke/oil/bin/oils_for_unix.py", line 20, in import posix_ as posix ImportError: No module named posix_ => bin/osh returned 1 nohup.out doesn't exist