Description
jaoki has identified a bug in HttpFs smoke tests, where a different shell object was used to verify the return code from the command, than the one that really executed this command:
110 sh.exec("curl -i -X DELETE '$HTTPFS_PREFIX$testHttpFsFolder?user.name=$USERNAME&op=DELETE'"); 111 assertTrue("curl command to delete a dir failed", shHDFS.getRet() == 0);