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

Commit

Permalink
Update test binary to support Windows x64
Browse files Browse the repository at this point in the history
  • Loading branch information
aemengo committed May 20, 2020
1 parent 9b1a1a5 commit f58f3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/winsw_windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var _ = Describe("Winsw", func() {

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

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

0 comments on commit f58f3cc

Please sign in to comment.