mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-21 04:17:45 +02:00
Add extra string split so the test passes on github actions
This commit is contained in:
parent
e9a227e95d
commit
06cbd0e7f3
@ -2401,6 +2401,7 @@ echo foo`)
|
||||
testutils.CompareGoldens(t, out, "testRemoveDuplicateRows-enabled-tquery")
|
||||
out = captureTerminalOutput(t, tester, []string{"hishtory SPACE tquery SPACE -pipefail ENTER", "Down Down", "ENTER"})
|
||||
out = strings.TrimSpace(strings.Split(out, "hishtory tquery")[1])
|
||||
out = strings.Split(out, "\n")[1]
|
||||
testutils.CompareGoldens(t, out, "testRemoveDuplicateRows-enabled-tquery-select")
|
||||
}
|
||||
|
||||
|
@ -1,3 +1 @@
|
||||
-pipefail
|
||||
echo foo
|
||||
david@Davids-MacBook-Air hishtory %
|
Loading…
x
Reference in New Issue
Block a user