diff options
Diffstat (limited to 'tests/e2e/resource_exhaustion_test.go')
| -rw-r--r-- | tests/e2e/resource_exhaustion_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/e2e/resource_exhaustion_test.go b/tests/e2e/resource_exhaustion_test.go index b5cdaf9..3c8d202 100644 --- a/tests/e2e/resource_exhaustion_test.go +++ b/tests/e2e/resource_exhaustion_test.go @@ -37,7 +37,7 @@ Endpoint = 1.1.1.1:51820 // We run a burst of short-lived commands to stress the lock and cleanup logic. iterations := 50 for i := 0; i < iterations; i++ { - cmd := exec.Command(binaryPath, "--profile", profile, "--", "true") + cmd := exec.Command(binaryPath, "run", "--profile", profile, "--", "true") cmd.Env = append(os.Environ(), fmt.Sprintf("XDG_RUNTIME_DIR=%s", tmpRuntimeDir), fmt.Sprintf("XDG_CONFIG_HOME=%s", tmpConfigDir), |
