Remove TODO that was fixed in f5264b6eff0bc0a2f3753ccd1f28477fe322ce3e

This commit is contained in:
David Dworken 2023-10-07 14:36:02 -07:00
parent 69b9b58cd0
commit 8097c31afa
No known key found for this signature in database

View File

@ -2491,7 +2491,6 @@ func TestImportHistory(t *testing.T) {
require.Contains(t, out, "echo command-305")
out = tester.RunInteractiveShell(t, ` hishtory export -pipefail`)
testutils.CompareGoldens(t, out, "TestImportHistory-export")
// TODO: There is a bug here that will be evident if you check that the export is in the correct order on the remote device, because timestamps don't have sufficient granularity
}
func BenchmarkImport(b *testing.B) {