components/pigz/test/results-64.master
changeset 4393 963a977eeb62
child 7063 c478967a99d2
equal deleted inserted replaced
4392:bc0af00a3a4a 4393:963a977eeb62
       
     1 make[1]: Entering directory `$(@D)'
       
     2 $(@D)/pigz -kf pigz.c ; $(@D)/pigz -t pigz.c.gz
       
     3 $(@D)/pigz -kfb 32 pigz.c ; $(@D)/pigz -t pigz.c.gz
       
     4 $(@D)/pigz -kfp 1 pigz.c ; $(@D)/pigz -t pigz.c.gz
       
     5 $(@D)/pigz -kfz pigz.c ; $(@D)/pigz -t pigz.c.zz
       
     6 $(@D)/pigz -kfK pigz.c ; $(@D)/pigz -t pigz.c.zip
       
     7 printf "" | $(@D)/pigz -cdf | wc -c | test `cat` -eq 0
       
     8 printf "x" | $(@D)/pigz -cdf | wc -c | test `cat` -eq 1
       
     9 printf "xy" | $(@D)/pigz -cdf | wc -c | test `cat` -eq 2
       
    10 printf "xyz" | $(@D)/pigz -cdf | wc -c | test `cat` -eq 3
       
    11 (printf "w" | gzip ; printf "x") | $(@D)/pigz -cdf | wc -c | test `cat` -eq 2
       
    12 (printf "w" | gzip ; printf "xy") | $(@D)/pigz -cdf | wc -c | test `cat` -eq 3
       
    13 (printf "w" | gzip ; printf "xyz") | $(@D)/pigz -cdf | wc -c | test `cat` -eq 4
       
    14 compress -f < pigz.c | $(@D)/unpigz | cmp - pigz.c
       
    15 (mkdir -p d/1; cd d/1; tar xzf ../../../../pigz-2.2.5.tar.gz; \
       
    16   cd ..; cp -pr 1 2; $(@D)/pigz -rp 4 --index %z 1; \
       
    17   $(@D)/pigz -drp 4 --index %z 1; diff -r 1 2)
       
    18 Common subdirectories: 1/pigz-2.2.5 and 2/pigz-2.2.5
       
    19 (mkdir -p d/1; cd d/1; tar xzf ../../../../pigz-2.2.5.tar.gz; \
       
    20   cd ..; cp -pr 1 2; $(@D)/pigz -zrp 4 -X %f.idx 1; \
       
    21   $(@D)/pigz -dzrp 4 -X %f.idx 1; diff -r 1 2)
       
    22 Common subdirectories: 1/pigz-2.2.5 and 2/pigz-2.2.5
       
    23 make[1]: Leaving directory `$(@D)'