mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-15 17:42:41 +02:00
change tests to not hardcode the local path to source on my laptop
This commit is contained in:
@ -159,7 +159,6 @@ func TestIntegrationWithNewDevice(t *testing.T) {
|
||||
func installHishtory(t *testing.T, userSecret string) string {
|
||||
out := RunInteractiveBashCommands(t, `
|
||||
gvm use go1.17
|
||||
cd /home/david/code/hishtory
|
||||
go build -o /tmp/client
|
||||
/tmp/client install `+userSecret)
|
||||
r := regexp.MustCompile(`Setting secret hishtory key to (.*)`)
|
||||
|
Reference in New Issue
Block a user