summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 6cc53fe18..e59d20ade 100644
--- a/Rakefile
+++ b/Rakefile
@@ -49,5 +49,5 @@ end
desc "Run the unit tests"
task :unit do
- sh "cd test; rake"
+ Dir.chdir("test") { sh "rake" }
end