ruby--ruby/test/rake/check_expansion.rb

6 lines
49 B
Ruby

if ARGV[0] != ARGV[1]
exit 1
else
exit 0
end