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

5 lines
143 B
Bash

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