Lines Matching refs:TESTDIR
16 TESTDIR = "${sysconfdir}/postinst-test"
18 # At rootfs time touch $TESTDIR/rootfs. Errors if the file already exists, or
28 if [ -e $D${TESTDIR}/rootfs ]; then
29 echo "$D${TESTDIR}/rootfs exists, but should not"
33 mkdir -p $D${TESTDIR}
34 touch $D${TESTDIR}/rootfs
42 if [ ! -e ${TESTDIR}/rootfs ]; then
43 echo "${PN}-delayed-a: ${TESTDIR}/rootfs not found"
47 touch ${TESTDIR}/delayed-a
55 if [ ! -e ${TESTDIR}/delayed-a ]; then
56 echo "${PN}-delayed-b: ${TESTDIR}/delayed-a not found"
60 touch ${TESTDIR}/delayed-b
66 mkdir -p $D${TESTDIR}
67 touch $D${TESTDIR}/rootfs-before-failure
71 touch $D${TESTDIR}/rootfs-after-failure