From a445118e91e6da306853ea17bd68afeee05220b8 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sat, 17 Sep 2022 23:05:50 -0700 Subject: [PATCH] Remove outdated TODO --- client/client_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/client_test.go b/client/client_test.go index ae4d1c7..121e5e3 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -1326,5 +1326,3 @@ echo %v-bar`, randomCmdUuid, randomCmdUuid) t.Fatalf("hishtory export mismatch (-expected +got):\n%s\nout=%#v", diff, out) } } - -// TODO: write a test that runs hishtroy export | grep -v pipefail and then see if that shows up in query/export, I think there is weird behavior here