Merge pull request #5010 from Unity-Technologies/boehm-gc-alloc-fixed-sre
[mono.git] / mono / tests / process-stress-3.cs
index 7b45a3e432686b0c744a20d5d345e23dc3e7ccc7..41d540ae1cd59195c75af64e68073d73c14a290d 100644 (file)
@@ -16,7 +16,7 @@ class Driver
 
                ProcessStartInfo psi = new ProcessStartInfo () {
                        FileName = "find",
-                       Arguments = "/ -maxdepth 4",
+                       Arguments = "../.. -maxdepth 3", // this test should be run from mono/tests, so that will list all files in the repo
                        UseShellExecute = false,
                        RedirectStandardOutput = true,
                        RedirectStandardError = true,