Add one version of "echo.rb" for each of stdout/stderr.
This makes is easier to write tests for both stdout_equal and stderr_equal.
This commit is contained in:
3
t/bin/echo-stderr.rb
Executable file
3
t/bin/echo-stderr.rb
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/ruby
|
||||||
|
|
||||||
|
STDERR.puts ARGV.join(" ")
|
3
t/bin/echo-stdout.rb
Executable file
3
t/bin/echo-stdout.rb
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/ruby
|
||||||
|
|
||||||
|
puts ARGV.join(" ")
|
Reference in New Issue
Block a user