# # # patch "tests/log_--diffs/__driver__.lua" # from [e81a3d8b812cda99c84d13cdfb04dfc098d2a285] # to [6529dd9dc93fc96d793d3ddcbc2d9c196e3ba0a4] # ============================================================ --- tests/log_--diffs/__driver__.lua e81a3d8b812cda99c84d13cdfb04dfc098d2a285 +++ tests/log_--diffs/__driver__.lua 6529dd9dc93fc96d793d3ddcbc2d9c196e3ba0a4 @@ -30,6 +30,7 @@ check(grep('^(---|\\+\\+\\+) ', "stdout"), 0, true, false) rename("stdout", "full") get("expect_full") +canonicalize("full") check(samefile("expect_full", "full")) -- restrict to foo2 and quux @@ -37,4 +38,5 @@ check(grep("^(---|\\+\\+\\+) ", "stdout"), 0, true, false) rename("stdout", "restrict") get("expect_restrict") +canonicalize("restrict") check(samefile("expect_restrict", "restrict"))