]> git.pld-linux.org Git - packages/zziplib.git/blob - zziplib-test.patch
- unconditional noarch subpackages
[packages/zziplib.git] / zziplib-test.patch
1 --- zziplib-0.13.68/test/Makefile.am.orig       2018-02-05 21:00:56.000000000 +0100
2 +++ zziplib-0.13.68/test/Makefile.am    2020-12-31 08:15:12.935029301 +0100
3 @@ -47,8 +47,8 @@
4  check-readme : $(zzcat)  test.zip
5         @ test -f test.zip || $(MAKE) tmp/../test.zip 
6         test -s test.zip
7 -       @ echo :$@: checking $(zzcat) test/README 
8 -       @ $(zzcat) test/README >test.out
9 +       @ echo :$@: checking $(zzcat) $(README) 
10 +       @ $(zzcat) $(README) >test.out
11         @ if diff test.out $(README) >$(NULL) \
12         ; then rm test.out ; echo check OK ; true \
13         ; else rm test.out ; echo check FAIL ; false ; fi
This page took 0.023142 seconds and 3 git commands to generate.