summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/run5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/run b/test/run
index a4c6951..0abc99b 100755
--- a/test/run
+++ b/test/run
@@ -113,9 +113,8 @@ sub process_test($$$$) {
chomp $l;
my $r = defined($result->[$n]) ? $result->[$n] : "~";
chomp $r;
- print sprintf("%-" . ($width-3) .
- "s %s %-" . ($width-1) .
- "s\n", $r, $good[$n], $l);
+ print sprintf("%-" . ($width-3) . "s %s %s\n",
+ $r, $good[$n], $l);
}
}
}