proot/test/test-1cd9d8f9.sh

6 lines
108 B
Bash

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