summaryrefslogtreecommitdiff
path: root/test/rake/shellcommand.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rake/shellcommand.rb')
-rwxr-xr-xtest/rake/shellcommand.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/rake/shellcommand.rb b/test/rake/shellcommand.rb
new file mode 100755
index 0000000000..58db8a0871
--- /dev/null
+++ b/test/rake/shellcommand.rb
@@ -0,0 +1,3 @@
+#!/usr/bin/env ruby
+
+exit((ARGV[0] || "0").to_i)