diff options
Diffstat (limited to 'tests/e2e/sharing_test.go')
| -rw-r--r-- | tests/e2e/sharing_test.go | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/e2e/sharing_test.go b/tests/e2e/sharing_test.go index b0971f9..1ecfbe6 100644 --- a/tests/e2e/sharing_test.go +++ b/tests/e2e/sharing_test.go @@ -11,10 +11,7 @@ import ( ) func TestNamespaceSharing(t *testing.T) { - binaryPath, err := GetBinaryPath() - if err != nil { - t.Skipf("Skipping test: %v", err) - } + binaryPath := EnsureBinary(t) tmpRuntimeDir := t.TempDir() tmpConfigDir := t.TempDir() |
