diff options
Diffstat (limited to 'tests/fsck')
| -rw-r--r-- | tests/fsck/fsck_test.go | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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() | 
