From c6f6e8ec4d71475a24ebbb0e64f19ad94249efd9 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 17 Jun 2018 15:25:09 +0200 Subject: trezor: add skeleton for Trezor support readpassword.Trezor() is not implemented yet and returns a hardcoded dummy key. --- tests/fsck/fsck_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/fsck/fsck_test.go b/tests/fsck/fsck_test.go index 2faed97..8e73cf7 100644 --- a/tests/fsck/fsck_test.go +++ b/tests/fsck/fsck_test.go @@ -69,6 +69,7 @@ func TestExampleFses(t *testing.T) { fsNames = append(fsNames, e.Name()) } for _, n := range fsNames { + t.Logf("Checking %q", n) path := "../example_filesystems/" + n cmd := exec.Command(test_helpers.GocryptfsBinary, "-fsck", "-extpass", "echo test", path) outBin, err := cmd.CombinedOutput() -- cgit v1.2.3