HDFS-16230. Remove irrelevant trim() call in TestStorageRestore. (#3455). Contributed by Thomas Leplus.
This commit is contained in:
parent
a9b2469a53
commit
f92c6750ec
@ -294,7 +294,6 @@ public void testDfsAdminCmd() throws Exception {
|
||||
restore = fsi.getStorage().getRestoreFailedStorage();
|
||||
assertTrue("After check call restore is " + restore, restore);
|
||||
String commandOutput = cmdResult.getCommandOutput();
|
||||
commandOutput.trim();
|
||||
assertTrue(commandOutput.contains("restoreFailedStorage is set to true"));
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user