forked from lug/matterbridge
Update kekeybase/go-keybase-chat-bot vendor
This commit is contained in:
4
vendor/github.com/keybase/go-keybase-chat-bot/kbchat/test_utils.go
generated
vendored
4
vendor/github.com/keybase/go-keybase-chat-bot/kbchat/test_utils.go
generated
vendored
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user