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

5 lines
123 B
Bash

if [ ! -x /bin/sh ] || [ -z `which grep` ]; then
exit 125;
fi
${PROOT} -w /tmp /bin/sh -c 'echo $PWD' | grep '^/tmp$'