diff options
Diffstat (limited to 'spec/ruby/command_line/fixtures/bin')
| -rw-r--r-- | spec/ruby/command_line/fixtures/bin/bad_embedded_ruby.txt | 2 | ||||
| -rw-r--r-- | spec/ruby/command_line/fixtures/bin/embedded_ruby.txt | 4 | ||||
| -rw-r--r-- | spec/ruby/command_line/fixtures/bin/hybrid_launcher.sh | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | spec/ruby/command_line/fixtures/bin/launcher.rb | 0 |
4 files changed, 4 insertions, 4 deletions
diff --git a/spec/ruby/command_line/fixtures/bin/bad_embedded_ruby.txt b/spec/ruby/command_line/fixtures/bin/bad_embedded_ruby.txt index a2b7ad085f..61b946977a 100644 --- a/spec/ruby/command_line/fixtures/bin/bad_embedded_ruby.txt +++ b/spec/ruby/command_line/fixtures/bin/bad_embedded_ruby.txt @@ -1,3 +1,3 @@ -@@@This line is not value Ruby +@@@This line is not valid Ruby #!rub_y puts 'success' diff --git a/spec/ruby/command_line/fixtures/bin/embedded_ruby.txt b/spec/ruby/command_line/fixtures/bin/embedded_ruby.txt index c556bf0b71..0ec0f358db 100644 --- a/spec/ruby/command_line/fixtures/bin/embedded_ruby.txt +++ b/spec/ruby/command_line/fixtures/bin/embedded_ruby.txt @@ -1,3 +1,3 @@ -@@@This line is not value Ruby +@@@This line is not valid Ruby #!ruby -puts 'success'
\ No newline at end of file +puts 'success' diff --git a/spec/ruby/command_line/fixtures/bin/hybrid_launcher.sh b/spec/ruby/command_line/fixtures/bin/hybrid_launcher.sh index 0eede2a99f..fd3249f0e5 100644 --- a/spec/ruby/command_line/fixtures/bin/hybrid_launcher.sh +++ b/spec/ruby/command_line/fixtures/bin/hybrid_launcher.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash -exec somehow this file +echo 'error' && exit 1 #!ruby puts 'success' diff --git a/spec/ruby/command_line/fixtures/bin/launcher.rb b/spec/ruby/command_line/fixtures/bin/launcher.rb index 92a0ee2b49..92a0ee2b49 100644..100755 --- a/spec/ruby/command_line/fixtures/bin/launcher.rb +++ b/spec/ruby/command_line/fixtures/bin/launcher.rb |
