mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-16 10:31:11 +01:00
Update test
This commit is contained in:
parent
e4a48e82fb
commit
b96e05db27
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user