Searched refs:chmodCmd (Results 1 – 1 of 1) sorted by relevance
166 String chmodCmd = "chmod 555 " + jar.toString(); in setUp() local167 CommandResult chmodRes = runUtil.runTimedCmd(COMMAND_TIMEOUT_MILLIS, chmodCmd.split(" ")); in setUp()