proot/test/test-0830d8a8.sh

6 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