1
0
forked from lug/matterbridge

Update kekeybase/go-keybase-chat-bot vendor

This commit is contained in:
Wim
2020-02-08 16:50:16 +01:00
parent 1420f68050
commit ff8cf067b8
158 changed files with 39510 additions and 554 deletions

View File

@@ -41,9 +41,7 @@ func copyFile(t *testing.T, source, dest string) {
// Creates the working directory and copies over the keybase binary in PATH.
// We do this to avoid any version mismatch issues.
func prepWorkingDir(t *testing.T, workingDir string) string {
kbLocation := whichKeybase(t)
func prepWorkingDir(t *testing.T, workingDir string, kbLocation string) string {
err := os.Mkdir(workingDir, 0777)
require.NoError(t, err)
kbDestination := path.Join(workingDir, "keybase")