mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-21 20:41:39 +02:00
Fix test that I forgot to update in 588e2f4405a615abd41f8c1d15953b8c4f08effa
This commit is contained in:
parent
56e4609970
commit
7f8772af3a
@ -1784,8 +1784,6 @@ func testTui_delete(t *testing.T) {
|
|||||||
assertNoLeakedConnections(t)
|
assertNoLeakedConnections(t)
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Write a test for control-X to select and cd
|
|
||||||
|
|
||||||
func testTui_search(t *testing.T, onlineStatus OnlineStatus) {
|
func testTui_search(t *testing.T, onlineStatus OnlineStatus) {
|
||||||
// Setup
|
// Setup
|
||||||
defer testutils.BackupAndRestore(t)()
|
defer testutils.BackupAndRestore(t)()
|
||||||
|
@ -1 +1 @@
|
|||||||
cd /tmp/ && echo 'aaaaaa bbbb'
|
cd "/tmp/" && echo 'aaaaaa bbbb'
|
Loading…
x
Reference in New Issue
Block a user