Lines Matching refs:LTPTMP

57 	which $2 > $LTPTMP/tst_logrotate.err 2>&1 || RC=$?
88 LTPTMP=/tmp/tst_logrotate.$$
90 LTPTMP=$TMP/tst_logrotate.$$
93 mkdir -p $LTPTMP > /dev/null 2>&1 || RC=$?
124 tst_resm TINFO "CLEAN: removing $LTPTMP"
125 rm -fr $LTPTMP
150 tst_resm TINFO "Test #1: create a configfile $LTPTMP/var_mesg.config"
162 cat >$LTPTMP/tst_logrotate.conf <<-EOF
198 chmod 644 $LTPTMP/tst_logrotate.conf
199 logrotate -fv $LTPTMP/tst_logrotate.conf > $LTPTMP/tst_logrotate.out 2>&1 \
207 grep "reading config file $LTPTMP/tst_logrotate.conf" \
208 $LTPTMP/tst_logrotate.out > $LTPTMP/tst_logrotate.err 2>&1 || RC=$?
210 $LTPTMP/tst_logrotate.out > $LTPTMP/tst_logrotate.err 2>&1 || RC=$?
212 $LTPTMP/tst_logrotate.out > $LTPTMP/tst_logrotate.err 2>&1 || RC=$?
215 tst_res TFAIL $LTPTMP/tst_logrotate.err \
222 > $LTPTMP/tst_logrotate.out 2>&1 || RC=$?
228 tst_res TFAIL $LTPTMP/tst_logrotate.out \
233 tst_res TFAIL $LTPTMP/tst_logrotate.out \
239 tst_res TFAIL $LTPTMP/tst_logrotate.out \
260 tst_resm TINFO "Test #2: create a configfile $LTPTMP/tst_largelog.conf"
261 tst_resm TINFO "Test #2: logrotate $LTPTMP/tst_largelog.conf - cronjob"
266 cat >$LTPTMP/tst_largelog.conf <<EOF
289 cat >$LTPTMP/tst_logrotate.cron <<EOF
290 * * * * * logrotate $LTPTMP/tst_largelog.conf
293 chmod 777 $LTPTMP/tst_logrotate.cron > /dev/null 2>&1
296 crontab $LTPTMP/tst_logrotate.cron > $LTPTMP/tst_logrotate.out 2>&1 || RC=$?
300 tst_brk TBROK $LTPTMP/tst_logrotate.out NULL \
308 cat >$LTPTMP/tst_addtolog.cron <<EOF
314 crontab $LTPTMP/tst_addtolog.cron > $LTPTMP/tst_logrotate.out 2>&1 || RC=$?
318 tst_brk TBROK $LTPTMP/tst_logrotate.out NULL \
352 > $LTPTMP/tst_logrotate.out 2>&1 || RC=$?
358 tst_res TFAIL $LTPTMP/tst_logrotate.out \
362 tst_res TFAIL $LTPTMP/tst_logrotate.out \