diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/rmdir.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/rmdir.test b/tests/rmdir.test index 5b36bbc1..1731ecc2 100755 --- a/tests/rmdir.test +++ b/tests/rmdir.test @@ -40,6 +40,10 @@ testing "-p part of path" \ "yes\n" "" "" rm -rf temp +skipnot [ $UID -eq 0 ] +testing '-p abspath' \ + 'mkdir -p /test/2/3 && rmdir -p /test/2/3 && [ ! -e /test ] && echo yes' \ + 'yes\n' '' '' mkdir -p one/two/three testing "-p one/two/three" \ |