proot/test/test-b161bc0a.sh

7 lines
126 B
Bash

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