Skip to content

Commit a2c0ec1

Browse files
committed
Fixed shortened-path tests
1 parent 38ca67e commit a2c0ec1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paths_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ func TestEquivalentPaths(t *testing.T) {
340340
if runtime.GOOS == "windows" {
341341
q := New("testdata", "fileset", "anotherFile")
342342
r := New(shorten(t, q.String()))
343+
t.Log("SHORTENED PATH:", r.String())
343344
require.True(t, q.EquivalentTo(r))
344345
require.True(t, r.EquivalentTo(q))
345346
}

0 commit comments

Comments
 (0)