proot/test/test-00000000.sh

6 lines
87 B
Bash

if [ ! -x ${ROOTFS}/bin/true ]; then
exit 125;
fi
${PROOT} -r ${ROOTFS} /bin/true