diff options
Diffstat (limited to 'tests/e2e/config_test.go')
| -rw-r--r-- | tests/e2e/config_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/e2e/config_test.go b/tests/e2e/config_test.go index 33eb6e6..28857c8 100644 --- a/tests/e2e/config_test.go +++ b/tests/e2e/config_test.go @@ -53,7 +53,7 @@ AllowedIPs = 10.0.0.0/24 } // Test 2: Configuration after bootstrap (Isolated) - cmdIsolated := exec.Command(binaryPath, "--profile", profile, "--", "sh", "-c", "echo $XDG_RUNTIME_DIR") + cmdIsolated := exec.Command(binaryPath, "run", "--profile", profile, "--", "sh", "-c", "echo $XDG_RUNTIME_DIR") cmdIsolated.Env = append(os.Environ(), fmt.Sprintf("XDG_RUNTIME_DIR=%s", tmpRuntimeDir), fmt.Sprintf("XDG_CONFIG_HOME=%s", tmpConfigDir), |
