Home | History | Annotate | Download | only in cpio

Lines Matching refs:LTPTMP

48 	if [ -z "$LTPTMP" -a -z "$TMPBASE" ]
50 LTPTMP=/tmp
52 LTPTMP=$TMPBASE
64 which cpio > $LTPTMP/tst_cpio.err 2>&1 || RC=$?
67 $LTPBIN/tst_brk TBROK $LTPTMP/tst_cpio.err NULL \
72 mkdir -p $LTPTMP/tst_cpio.tmp > $LTPTMP/tst_cpio.err 2>&1 || RC=$?
75 $LTPBIN/tst_brk TBROK $LTPTMP/tst_cpio.err NULL \
82 touch $LTPTMP/tst_cpio.tmp/$i > $LTPTMP/tst_cpio.err 2>&1 || RC=$?
85 $LTPBIN/tst_brk TBROK $LTPTMP/tst_cpio.err NULL \
104 rm -fr $LTPTMP/tst_cpio* > /dev/null 2>&1
124 find $LTPTMP/tst_cpio.tmp/ -type f | cpio -o > $LTPTMP/tst_cpio.out \
125 2>$LTPTMP/tst_cpio.err || RC=$?
128 $LTPBIN/tst_res TFAIL $LTPTMP/tst_cpio.err \
132 if [ -f $LTPTMP/tst_cpio.out ]
134 file $LTPTMP/tst_cpio.out > $LTPTMP/tst_cpio.err 2>&1 || RC=$?
137 $LTPBIN/tst_res TFAIL $LTPTMP/tst_cpio.err \