Update test

This commit is contained in:
David Dworken 2024-10-20 12:47:04 -07:00
parent e4a48e82fb
commit b96e05db27
No known key found for this signature in database

View File

@ -2724,6 +2724,7 @@ echo baz`)
// And then uninstall
out, err := tester.RunInteractiveShellRelaxed(t, `yes | hishtory uninstall`)
require.NoError(t, err)
out = strings.Replace(out, "/Users/", "/home/", -1)
testutils.CompareGoldens(t, out, "testUninstall-uninstall-"+tester.ShellName())
// And check that hishtory has been uninstalled