Skip to content

Commit

Permalink
update one test message
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Nov 3, 2014
1 parent 1406bb3 commit 7590866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/hdfs/test/rm.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7590866

Please sign in to comment.