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

5 lines
108 B
Bash

if ! `which pwd` -P || [ -z `which grep` ] ; then
exit 125;
fi
${PROOT} -w /tmp pwd -P | grep '^/tmp$'