]> mj.ucw.cz Git - libucw.git/commitdiff
Build: Fixed a bug in our unit tester.
authorPavel Charvat <pchar@ucw.cz>
Tue, 13 May 2014 10:58:53 +0000 (12:58 +0200)
committerPavel Charvat <pchar@ucw.cz>
Tue, 13 May 2014 10:58:53 +0000 (12:58 +0200)
build/tester

index 6a827b194ffcacbe08829bde52ed189636fb7050..da4fab3b7587a5cbcedb8b7186fabc78929a1e09 100755 (executable)
@@ -69,6 +69,7 @@ while (<>) {
                        last if $line eq $sep;
                        $tt->{$n} .= $line;
                }
+               chomp $tt->{$n};
        } else {
                die "Test script syntax error";
        }