# # # patch "tests/restriction_includes_parent_dir/__driver__.lua" # from [391f80cff03c1a18d22d2add1d565c5f015e1902] # to [575fd18a646c44ce385b1759f70c6e2b71196f0a] # ============================================================ --- tests/restriction_includes_parent_dir/__driver__.lua 391f80cff03c1a18d22d2add1d565c5f015e1902 +++ tests/restriction_includes_parent_dir/__driver__.lua 575fd18a646c44ce385b1759f70c6e2b71196f0a @@ -12,12 +12,9 @@ rename("stdout", "additions") check(mtn("st", "file"), 0, true, true) rename("stdout", "additions") -rename("stderr", "warnings") check(grep("added", "additions"), 0, true, false) check(numlines("stdout") == 2) -check(grep("including missing parent", "warnings"), 0, true, false) -check(numlines("stdout") == 1) commit() @@ -30,12 +27,9 @@ rename("stdout", "additions") check(mtn("st", "foo/bar"), 0, true, true) rename("stdout", "additions") -rename("stderr", "warnings") check(grep("added", "additions"), 0, true, false) check(numlines("stdout") == 2) -check(grep("including missing parent", "warnings"), 0, true, false) -check(numlines("stdout") == 2) -- ensure that --depth=0 means "directory without contents" rather -- than "directory and all immediate children"