Skip to content
Snippets Groups Projects
Commit 0e1d521c authored by brinn's avatar brinn
Browse files

fix: unit test on Unices without procfs (MacOSX)

SVN: 9154
parent 1a06e4de
No related branches found
No related tags found
No related merge requests found
......@@ -269,8 +269,8 @@ public class UnixTests extends AbstractFileSystemTestCase
public void testDetectProcess()
{
assertTrue(Unix.canDetectProcesses());
assertTrue(Unix.isProcessRunningProcFS(1));
assertTrue(Unix.isProcessRunningPS(1));
assertTrue(Unix.isProcessRunning(1));
}
public static void main(String[] args) throws Throwable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment