Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Commit f58f3cc

Browse files
committed
Update test binary to support Windows x64
1 parent 9b1a1a5 commit f58f3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemon/winsw_windows_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var _ = Describe("Winsw", func() {
3535

3636
assetPath := filepath.Join(binaryDir, "winsw.exe")
3737

38-
err = downloadTestAsset(assetPath, "https://github.com/kohsuke/winsw/releases/download/winsw-v2.1.2/WinSW.NET4.exe")
38+
err = downloadTestAsset(assetPath, "https://github.com/winsw/winsw/releases/download/v2.9.0/WinSW.NETCore31.x64.exe")
3939
Expect(err).To(BeNil())
4040
Expect(assetPath).To(BeAnExistingFile())
4141
winsw = daemon.NewWinSW(tmpDir)

0 commit comments

Comments
 (0)