summaryrefslogtreecommitdiff
path: root/test/rake/check_no_expansion.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rake/check_no_expansion.rb')
-rw-r--r--test/rake/check_no_expansion.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/rake/check_no_expansion.rb b/test/rake/check_no_expansion.rb
deleted file mode 100644
index 24f586a7f5..0000000000
--- a/test/rake/check_no_expansion.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-if ARGV[0] != ARGV[1]
- exit 0
-else
- exit 1
-end