diff --git a/cmd/hdfs/test/rm.bats b/cmd/hdfs/test/rm.bats index e129b5dc..1c2aee5c 100644 --- a/cmd/hdfs/test/rm.bats +++ b/cmd/hdfs/test/rm.bats @@ -33,7 +33,7 @@ setup() { assert_output "remove /_test_cmd/rm/dir: file is a directory" } -@test "rm dir without -r with -f" { +@test "rm dir without -r, but with -f" { run $HDFS rm -f /_test_cmd/rm/dir assert_failure assert_output "remove /_test_cmd/rm/dir: file is a directory"