Try (again) to use correct perl in tools.t
authorMarius Gavrilescu <marius@ieval.ro>
Tue, 24 Jun 2014 20:27:56 +0000 (23:27 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 24 Jun 2014 20:27:56 +0000 (23:27 +0300)
t/tools.t

index 5cfdfb971ce7ba91e3e08f6b16e3f529a0d602d7..e8127371475bda57a37a638475b59928bb0aae4c 100644 (file)
--- a/t/tools.t
+++ b/t/tools.t
@@ -22,7 +22,7 @@ withdb { $db->deploy };
 
 my $pipe;
 
-open $pipe, '|$perl gruntmaster-contest add ct';
+open $pipe, "|$perl gruntmaster-contest add ct";
 print $pipe <<'';
 My cool contest
 MGV
@@ -56,7 +56,7 @@ is_deeply \@list, [ sort @list2 ], 'gruntmaster-contest list';
 system $perl, 'gruntmaster-contest', 'rm', 'dummy';
 withdb { ok !$db->contest('dummy'), 'gruntmaster-contest rm' };
 
-open $pipe, '|$perl gruntmaster-problem add pb';
+open $pipe, "|$perl gruntmaster-problem add pb";
 print $pipe <<'';
 Test problem
 n
This page took 0.011819 seconds and 4 git commands to generate.