Fix test that I forgot to update in 588e2f4405a615abd41f8c1d15953b8c4f08effa

This commit is contained in:
David Dworken 2023-11-01 22:09:49 -07:00
parent 56e4609970
commit 7f8772af3a
No known key found for this signature in database
2 changed files with 1 additions and 3 deletions

View File

@ -1784,8 +1784,6 @@ func testTui_delete(t *testing.T) {
assertNoLeakedConnections(t)
}
// TODO: Write a test for control-X to select and cd
func testTui_search(t *testing.T, onlineStatus OnlineStatus) {
// Setup
defer testutils.BackupAndRestore(t)()

View File

@ -1 +1 @@
cd /tmp/ && echo 'aaaaaa bbbb'
cd "/tmp/" && echo 'aaaaaa bbbb'