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

6 lines
94 B
Bash

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