diff options
Diffstat (limited to 't')
-rw-r--r-- | t/synthesis.t | 2 |
1 files changed, 1 insertions, 1 deletions
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; |