1# Check error on a unsupported rm (only supports -f option and in combination with -r).2#3#### RUN: rm -r hello4# RUN: rm hello5