From 855eca3eaf8ea849599662900a3de18f6ebab9ef Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 20 Mar 2021 00:09:51 -0500 Subject: Nir Lichtman pointed out that rm -p shouldn't try to rmdir / at the end. --- tests/rmdir.test | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/rmdir.test') 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" \ -- cgit v1.2.3