busybox/testsuite/rmdir/rmdir-removes-parent-directories

4 lines
56 B
Plaintext
Raw Normal View History

2001-10-31 04:41:20 +05:30
mkdir -p foo/bar
busybox rmdir -p foo/bar
test ! -d foo