From b9785fd291f1cdc22eab45f0cf8a15171f9b8ab2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 10 Aug 2012 10:55:25 +0000 Subject: fix warning --- t/synthesis.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/synthesis.t b/t/synthesis.t index 4d9d79b..a772fa0 100644 --- a/t/synthesis.t +++ b/t/synthesis.t @@ -19,7 +19,7 @@ EOF open my $f, "| gzip -9 >$file1"; print $f $s; close $f; -open my $f, "| xz -9 >$file2"; +open $f, "| xz -9 >$file2"; print $f $s; $s =~ s/-devel//g; print $f $s; -- cgit v1.2.1