From 735206883e4aaab1acfbfc685a9df612a8a9b415 Mon Sep 17 00:00:00 2001
From: Johan Holmberg <holmberg556@gmail.com>
Date: Sun, 3 Sep 2017 17:21:41 +0200
Subject: [PATCH] update 'rake test' action

---
 Rakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Rakefile b/Rakefile
index cac124a..232f336 100644
--- a/Rakefile
+++ b/Rakefile
@@ -4,7 +4,7 @@ ENV["LC_ALL"] = "C" if RUBY_PLATFORM =~ /darwin/
 
 desc "run regression tests"
 task "test" do
-  sh "ruby -w run-regression.rb"
+  sh "cmdtest t"
 end
 
 desc "generate HTML manual"