Revert "Half implement querying based on relative and non-relative paths"

This reverts commit af05d823fe. I will pick up work on this later.
This commit is contained in:
David Dworken
2022-06-12 20:28:40 -07:00
parent af05d823fe
commit 3f32891469
4 changed files with 25 additions and 35 deletions

View File

@@ -1142,6 +1142,4 @@ func testHelpCommand(t *testing.T, tester shellTester) {
}
}
// TODO: test for relative CWD and for non-relative CWD
// 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