1# Check that we can delete a symlink to a folder without -r2#3# RUN: mkdir %t.dir4# RUN: ln -s %t.dir %t.symlink5# RUN: rm %t.symlink6