proot/test/test-eddeba0e.sh

6 lines
99 B
Bash

if ! `which pwd` -P || [ -z `which grep` ]; then
exit 125;
fi
${PROOT} pwd -P | grep "^$PWD$"