diff --git a/test/others/shell-job/run.py b/test/others/shell-job/run.py index 969965f00..72b1c1f1e 100755 --- a/test/others/shell-job/run.py +++ b/test/others/shell-job/run.py @@ -35,7 +35,6 @@ if pid == 0: if not os.access("running", os.F_OK): sys.exit(0) time.sleep(1) - sys.exit(1) pw.close() pr.read(1)