OSDN Git Service

Examine the printf command to pass the test13 on MacOS X
[lha/lha.git] / tests / lha-test16
1 # -*- shell-script -*-
2 message testing the header CRC
3
4 # The header CRC is only in level 2 header (and level 3 header)
5
6 # generic header
7 $lha t $srcdir/lha-test16-lg.lzh
8                                                         check $? $LINENO
9 # level 0 header
10 $lha t $srcdir/lha-test16-l0.lzh
11                                                         check $? $LINENO
12 # level 1 header
13 $lha t $srcdir/lha-test16-l1.lzh
14                                                         check $? $LINENO
15 # level 2 header (it should be detect CRC error)
16 $lha t $srcdir/lha-test16-l2.lzh
17                                                         check $? $LINENO