summaryrefslogtreecommitdiff
path: root/tests/e2e/crash_recovery_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/e2e/crash_recovery_test.go')
-rw-r--r--tests/e2e/crash_recovery_test.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/e2e/crash_recovery_test.go b/tests/e2e/crash_recovery_test.go
index 669f25f..11d6ca3 100644
--- a/tests/e2e/crash_recovery_test.go
+++ b/tests/e2e/crash_recovery_test.go
@@ -12,10 +12,7 @@ import (
// TestCrashRecovery verifies that wg-wrap can recover from a "dirty" state
// where a previous run crashed, leaving behind stale PID and pin files.
func TestCrashRecovery(t *testing.T) {
- binaryPath, err := GetBinaryPath()
- if err != nil {
- t.Skipf("Skipping test: %v", err)
- }
+ binaryPath := EnsureBinary(t)
tmpRuntimeDir := t.TempDir()
tmpConfigDir := t.TempDir()