Home | History | Annotate | Download | only in tar

Lines Matching refs:LTPTMP

31 #              variables to set LTPBIN and LTPTMP variables
36 if [ -z "$LTPTMP" -a -z "$TMPBASE" ]; then
37 LTPTMP=/tmp
39 LTPTMP=$TMPBASE
68 touch $LTPTMP/tar_tstf1 $LTPTMP/tar_tstf2 $LTPTMP/tar_tstf3
70 tar cvf $LTPTMP/tar_tstf.tar $LTPTMP/tar_tstf1 \
71 $LTPTMP/tar_tstf2 $LTPTMP/tar_tstf3 > $LTPTMP/tar_tst.out 2>&1 || RC=$?
74 if [ -f $LTPTMP/tar_tstf.tar ]; then
77 $LTPBIN/tst_res TFAIL $LTPTMP/tar_tst.out \
82 $LTPBIN/tst_brk TBROK $LTPTMP/file.out NULL \
97 if [ -f $LTPTMP/tar_tstf.tar ]; then
98 echo "$LTPTMP/tar_tstf.tar exists" > /dev/null 2>&1
100 touch $LTPTMP/tar_tstf1 $LTPTMP/tar_tstf2 $LTPTMP/tar_tstf3
101 tar cvf $LTPTMP/tar_tstf.tar $LTPTMP/tar_tstf1 \
102 $LTPTMP/tar_tstf2 $LTPTMP/tar_tstf3 > $LTPTMP/tar_tst.out 2>&1 || RC=$?
105 if [ -f $LTPTMP/tar_tstf.tar ]; then
108 $LTPBIN/tst_brk TBROK $LTPTMP/tar_tst.out NULL \
113 $LTPBIN/tst_brk TBROK $LTPTMP/file.out NULL \
119 tar -tvf $LTPTMP/tar_tstf.tar > /$LTPTMP/tar_tst.out 2>&1 || RC=$?
122 grep "tar_tstf1" $LTPTMP/tar_tst.out > $LTPTMP/tar_tst2.out 2>&1 || RC1=$?
123 grep "tar_tstf2" $LTPTMP/tar_tst.out 2>&1 1>>$LTPTMP/tar_tst2.out || RC2=$?
124 grep "tar_tstf3" $LTPTMP/tar_tst.out 2>&1 1>>$LTPTMP/tar_tst2.out || RC3=$?
129 $LTPBIN/tst_res TFAIL $LTPTMP/tar_tst.out \
146 touch $LTPTMP/tar_tstf1 $LTPTMP/tar_tstf2 $LTPTMP/tar_tstf3
148 tar zcvf $LTPTMP/tar_tstf.tgz $LTPTMP/tar_tstf1 \
149 $LTPTMP/tar_tstf2 $LTPTMP/tar_tstf3 > $LTPTMP/tar_tst.out 2>&1 || RC=$?
152 if [ -f $LTPTMP/tar_tstf.tgz ]; then
153 file $LTPTMP/tar_tstf.tgz | grep "gzip compressed data" \
154 > $LTPTMP/tar_tst.out 2>&1 || RC=$?
159 $LTPBIN/tst_res TFAIL $LTPTMP/tar_tst.out \
164 $LTPBIN/tst_brk TBROK $LTPTMP/tar_tst.out NULL \
169 $LTPBIN/tst_brk TBROK $LTPTMP/file.out NULL \
184 if [ -f $LTPTMP/tar_tstf.tar ]; then
187 touch $LTPTMP/tar_tstf1 $LTPTMP/tar_tstf2 $LTPTMP/tar_tstf3
189 tar cvf $LTPTMP/tar_tstf.tar $LTPTMP/tar_tstf1 \
190 $LTPTMP/tar_tstf2 $LTPTMP/tar_tstf3 > $LTPTMP/tar_tst.out 2>&1 || RC=$?
193 if [ -f $LTPTMP/tar_tstf.tar ]; then
196 $LTPBIN/tst_brk TBROK $LTPTMP/tar_tst.out NULL \
201 $LTPBIN/tst_brk TBROK $LTPTMP/file.out NULL \
207 tar xvf $LTPTMP/tar_tstf.tar > $LTPTMP/tar_tst.out 2>&1 || RC=$?
210 if [ -d $LTPTMP -a -f $LTPTMP/tar_tstf1 -a -f $LTPTMP/tar_tstf2 -a -f $LTPTMP/tar_tstf3 ]; then
213 $LTPBIN/tst_res TFAIL $LTPTMP/tar_tst.out \
218 $LTPBIN/tst_brk TBROK $LTPTMP/tar_tst.out NULL \
223 rm -f $LTPTMP/tar_tst*
239 touch $LTPTMP/tar_tstf1 $LTPTMP/tar_tstf2 $LTPTMP/tar_tstf3
240 tar zcvf $LTPTMP/tar_tstf.tgz $LTPTMP/tar_tstf1 \
241 $LTPTMP/tar_tstf2 $LTPTMP/tar_tstf3 > $LTPTMP/tar_tst.out 2>&1 || RC=$?
244 if [ -f $LTPTMP/tar_tstf.tgz ]; then
245 file $LTPTMP/tar_tstf.tgz | grep "gzip compressed data" \
246 > $LTPTMP/tar_tst.out 2>&1 || RC=$?
251 $LTPBIN/tst_brk TBROK $LTPTMP/tar_tst.out NULL \
256 $LTPBIN/tst_brk TBROK $LTPTMP/tar_tst.out NULL \
261 $LTPBIN/tst_brk TBROK $LTPTMP/tar_tst.out NULL \
267 tar zxvf $LTPTMP/tar_tstf.tgz > $LTPTMP/tar_tst.out 2>&1 || RC=$?
270 if [ -d $LTPTMP -a -f $LTPTMP/tar_tstf1 -a -f $LTPTMP/tar_tstf2 -a -f $LTPTMP/tar_tstf3 ]; then
274 $LTPBIN/tst_res TFAIL $LTPTMP/tar_tst.out \
279 $LTPBIN/tst_brk TBROK $LTPTMP/tar_tst.out NULL \
284 rm -f $LTPTMP/tar_tst*