Normalize in the fmt -check test

pull/21786/head
Pam Selle 7 years ago
parent 4b6a11701b
commit 82dcd5276e

@ -245,6 +245,10 @@ func TestFmt_check(t *testing.T) {
t.Fatalf("wrong exit code. expected 3")
}
// Given that we give relative paths back to the user, normalize this temp
// dir so that we're comparing against a relative-ized (normalized) path
tempDir = c.normalizePath(tempDir)
if actual := ui.OutputWriter.String(); !strings.Contains(actual, tempDir) {
t.Fatalf("expected:\n%s\n\nto include: %q", actual, tempDir)
}

Loading…
Cancel
Save