proot/test/test-b94dd86a.sh

7 lines
94 B
Bash

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