diff options
| author | aycabta <aycabta@gmail.com> | 2021-08-11 14:05:17 +0900 |
|---|---|---|
| committer | aycabta <aycabta@gmail.com> | 2021-08-11 14:08:45 +0900 |
| commit | 01e49af81d5f17248c9338cb82b7278f41f9b972 (patch) | |
| tree | b52ea4bea4947a19d1e326c576b791d2c4919a74 | |
| parent | 2217b82af10a2120e68ec4d1d52587a741f3c750 (diff) | |
Stop exiting to show "SUCCESS"
| -rw-r--r-- | test/readline/test_readline.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/readline/test_readline.rb b/test/readline/test_readline.rb index 28e6b31085..280c6ddb44 100644 --- a/test/readline/test_readline.rb +++ b/test/readline/test_readline.rb @@ -502,7 +502,6 @@ module BasetestReadline puts 'TRAP' } Readline.readline('input> ') - exit!(0) # Cause the process to exit immediately. }.value rescue Interrupt puts 'FAILED' |
