summaryrefslogtreecommitdiff
path: root/test/rake/data/statusreturn/Rakefile
blob: 68023052f8f740ec524f4f90e493b12c95ea731c (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env ruby

task :exit5 do
  exit(5)
end

task :normal do
end