Remove TODO

This commit is contained in:
David Dworken 2023-09-01 15:57:11 -07:00
parent 134dba5ddd
commit 1608543a4d
No known key found for this signature in database

View File

@ -1997,7 +1997,7 @@ func testControlR(t testing.TB, tester shellTester, shellName string, onlineStat
// Insert a few hishtory entries // Insert a few hishtory entries
db := hctx.GetDb(hctx.MakeContext()) db := hctx.GetDb(hctx.MakeContext())
e1 := testutils.MakeFakeHistoryEntry("ls ~/TODOOOO") e1 := testutils.MakeFakeHistoryEntry("ls ~/")
e1.CurrentWorkingDirectory = "/etc/" e1.CurrentWorkingDirectory = "/etc/"
e1.Hostname = "server" e1.Hostname = "server"
e1.ExitCode = 127 e1.ExitCode = 127