mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-26 18:23:27 +01:00
Test that duplicate filtering ignores trailing spaces
This commit is contained in:
parent
f876fb069c
commit
188ff1d0fa
@ -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`)
|
||||
|
Loading…
Reference in New Issue
Block a user