diff --git a/client/client_test.go b/client/client_test.go index a1d8b26..9190b57 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -2087,7 +2087,7 @@ func TestRemoveDuplicateRows(t *testing.T) { // Record a few commands and check that they get recorded and all are displayed in a table tester.RunInteractiveShell(t, `echo foo echo foo -echo baz +echo baz echo baz echo foo`) out := tester.RunInteractiveShell(t, `hishtory export -pipefail`)