diff --git a/src/croc/croc_test.go b/src/croc/croc_test.go index 84c80bf..80795c3 100644 --- a/src/croc/croc_test.go +++ b/src/croc/croc_test.go @@ -232,7 +232,7 @@ func TestCrocSymlink(t *testing.T) { t.Errorf("symlink transfer failed: %s", err.Error()) } } -func testCrocIgnoreGit(t *testing.T) { +func TestCrocIgnoreGit(t *testing.T) { log.SetLevel("trace") defer os.Remove(".gitignore") time.Sleep(300 * time.Millisecond)