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

5 lines
99 B
Bash

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