0ddd851f6f
These mirror the lfsr_mkdir tests, but backwards. It's interesting to note the rm powerloss testing is much slower than mkdir powerloss testing. This is because the rm tests can make significant backwards progress if power is lost (these tests both make and remove dirs), but mkdir tests always make forward progress (by only making dirs).