proot/test/test-00000000.sh
2019-12-19 15:37:02 -05:00

5 lines
87 B
Bash

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