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

5 lines
121 B
Bash

if [ ! -x ${ROOTFS}/bin/pwd ]; then
exit 125;
fi
${PROOT} -m /tmp:/longer-tmp -w /longer-tmp -r ${ROOTFS} /bin/pwd