t3600-rm: skip failed-remove test when we cannot make an unremovable file.
[git.git] / diff-tree.c
index 2a088d1..2b79dd0 100644 (file)
@@ -120,7 +120,7 @@ int main(int argc, const char **argv)
        if (opt->diffopt.output_format == DIFF_FORMAT_PATCH)
                opt->diffopt.recursive = 1;
 
-       diff_tree_setup_paths(get_pathspec(prefix, argv));
+       diff_tree_setup_paths(get_pathspec(prefix, argv), opt);
        diff_setup_done(&opt->diffopt);
 
        switch (nr_sha1) {