Home | History | Annotate | Download | only in xinetd

Lines Matching refs:LTPTMP

42     which $2 > $LTPTMP/tst_xinetd.err 2>&1
79 LTPTMP=/tmp/tst_xinetd.$$
81 LTPTMP=$TMP/tst_xinetd.$$
84 mkdir -p $LTPTMP > /dev/null 2>&1
111 cat > $LTPTMP/tst_xinetd.conf.1 <<-EOF
124 cat > $LTPTMP/tst_xinetd.conf.2 <<-EOF
149 cat > $LTPTMP/tst_xinetd.exp.1 <<-EOF
157 "INIT: unable to create expected file $LTPTMP/tst_xinetd.exp.1"
163 cat > $LTPTMP/tst_xinetd.exp.1.ipv6 <<-EOF
171 "INIT: unable to create expected file $LTPTMP/tst_xinetd.exp.1"
176 cat > $LTPTMP/tst_xinetd.exp.2 <<-EOF
187 "INIT: unable to create expected file $LTPTMP/tst_xinetd.exp.2"
193 cat > $LTPTMP/tst_xinetd.exp.2.ipv6 <<-EOF
204 "INIT: unable to create expected file $LTPTMP/tst_xinetd.exp.2.ipv6"
224 > $LTPTMP/tst_xinetd.err 2>&1
228 tst_res TINFO $LTPTMP/tst_xinetd.err \
235 restart_daemon xinetd > $LTPTMP/tst_xinetd.err 2>&1
239 tst_res TINFO $LTPTMP/tst_xinetd.err \
245 tst_resm TINFO "CLEAN: removing $LTPTMP"
246 rm -fr $LTPTMP
270 mv /etc/xinetd.conf /etc/xinetd.conf.orig > $LTPTMP/tst_xinetd.err 2>&1
274 tst_brk TBROK $LTPTMP/tst_xinetd.err NULL \
280 mv $LTPTMP/tst_xinetd.conf.1 /etc/xinetd.conf > $LTPTMP/tst_xinetd.err 2>&1
284 tst_brk TBROK $LTPTMP/tst_xinetd.err NULL \
294 restart_daemon xinetd > $LTPTMP/tst_xinetd.out 2>&1
298 tst_res TFAIL $LTPTMP/tst_xinetd.out \
304 grep -i "fail" $LTPTMP/tst_xinetd.out > $LTPTMP/tst_xinetd.err 2>&1
308 tst_res TFAIL $LTPTMP/tst_xinetd.err \
322 tst_retry "echo '' | $TELNET_COMM ::1 2>$LTPTMP/tst_xinetd.out.ipv6 \
324 diff -iwB $LTPTMP/tst_xinetd.out.ipv6 $LTPTMP/tst_xinetd.exp.1.ipv6 \
325 > $LTPTMP/tst_xinetd.err.ipv6 2>&1
329 tst_res TFAIL $LTPTMP/tst_xinetd.err.ipv6 \
335 tst_retry "echo "" | $TELNET_COMM 127.0.0.1 2>$LTPTMP/tst_xinetd.out \
337 diff -iwB $LTPTMP/tst_xinetd.out $LTPTMP/tst_xinetd.exp.1 \
338 > $LTPTMP/tst_xinetd.err 2>&1
342 tst_res TFAIL $LTPTMP/tst_xinetd.err \
349 mv $LTPTMP/tst_xinetd.conf.2 /etc/xinetd.conf > $LTPTMP/tst_xinetd.err 2>&1
353 tst_brk TBROK $LTPTMP/tst_xinetd.err NULL \
363 restart_daemon xinetd > $LTPTMP/tst_xinetd.out 2>&1
367 tst_res TFAIL $LTPTMP/tst_xinetd.out \
372 grep -i "fail" $LTPTMP/tst_xinetd.out > $LTPTMP/tst_xinetd.err 2>&1
376 tst_res TFAIL $LTPTMP/tst_xinetd.err \
390 tst_retry "echo '' | $TELNET_COMM ::1 2>$LTPTMP/tst_xinetd.out.ipv6 2>&1"
391 diff -iwB $LTPTMP/tst_xinetd.out.ipv6 $LTPTMP/tst_xinetd.exp.2.ipv6 \
392 > $LTPTMP/tst_xinetd.err.ipv6 2>&1
396 tst_res TFAIL $LTPTMP/tst_xinetd.err.ipv6 \
405 test_retry "echo '' | $TELNET_COMM 127.0.0.1 2>$LTPTMP/tst_xinetd.out 2>&1"
407 diff -iwB $LTPTMP/tst_xinetd.out $LTPTMP/tst_xinetd.exp.2 \
408 > $LTPTMP/tst_xinetd.err 2>&1
412 tst_res TFAIL $LTPTMP/tst_xinetd.err \