diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-08-10 10:55:28 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-08-10 10:55:28 +0000 |
commit | ebc3ccf072d16ca45730ce60c781952f77ac1ec4 (patch) | |
tree | f689cb882dd484ef519ab37cbaf0ab5896f330f5 | |
parent | b9785fd291f1cdc22eab45f0cf8a15171f9b8ab2 (diff) | |
download | perl-URPM-ebc3ccf072d16ca45730ce60c781952f77ac1ec4.tar perl-URPM-ebc3ccf072d16ca45730ce60c781952f77ac1ec4.tar.gz perl-URPM-ebc3ccf072d16ca45730ce60c781952f77ac1ec4.tar.bz2 perl-URPM-ebc3ccf072d16ca45730ce60c781952f77ac1ec4.tar.xz perl-URPM-ebc3ccf072d16ca45730ce60c781952f77ac1ec4.zip |
add spacing
-rw-r--r-- | t/synthesis.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/synthesis.t b/t/synthesis.t index a772fa0..8246b36 100644 --- a/t/synthesis.t +++ b/t/synthesis.t @@ -16,9 +16,11 @@ my $s = <<'EOF'; @obsoletes@libc-debug@libc-headers@libc-devel@linuxthreads-devel@glibc-debug @info@glibc-devel-2.2.4-25mdk.i586@6@45692097@Development/C EOF + open my $f, "| gzip -9 >$file1"; print $f $s; close $f; + open $f, "| xz -9 >$file2"; print $f $s; $s =~ s/-devel//g; |