Browse Source

* disabled writeln to avoid dbdigest getting confused while parsing
garbage output

git-svn-id: trunk@2244 -

Jonas Maebe 19 years ago
parent
commit
d87a52fcca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw4390.pp

+ 1 - 1
tests/webtbs/tw4390.pp

@@ -13,7 +13,7 @@ var
 BEGIN
   move(Buf,s[1],size);
   s[0]:=chr(size);
-  writeln('Writing: "',s,'"');
+//  writeln('Writing: "',s,'"');
   if s<>'TEST' then
     halt(1);
 END;