Преглед изворни кода

removed Testing test prefix in messages

valenok пре 15 година
родитељ
комит
8d79e5b43f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      test/test.pl

+ 1 - 1
test/test.pl

@@ -76,7 +76,7 @@ sub req {
 # Send the request. Compare with the expected reply. Fail if no match
 sub o {
   my ($request, $expected_reply, $message, $num_logs) = @_;
-  print "==> Testing $message ... ";
+  print "==> $message ... ";
   my $reply = req($request, $num_logs);
   if ($reply =~ /$expected_reply/s) {
     print "OK\n";