]> git.pld-linux.org Git - packages/perl-Makefile-Parser.git/blob - perl-Makefile-Parser-test.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-Makefile-Parser.git] / perl-Makefile-Parser-test.patch
1 --- Makefile-Parser-0.215/t/makesimple.t.orig   2011-08-17 19:08:21.000000000 +0200
2 +++ Makefile-Parser-0.215/t/makesimple.t        2012-10-29 18:17:35.313599094 +0100
3 @@ -555,8 +555,8 @@
4  
5  all:
6         @echo $(foo) \
7 -  $(bar) \
8 -      $(baz)
9 +       $(bar) \
10 +       $(baz)
11  
12  --- out
13  all:
This page took 0.053755 seconds and 3 git commands to generate.