[darcs-users] darcs patch: tests: quote the repo variable in mv.pl ... (and 1 more)

Nathan Gray kolibrie at graystudios.org
Tue Sep 2 20:45:46 UTC 2008


On Tue, Sep 02, 2008 at 03:43:00PM -0400, David Roundy wrote:
> Any chance anyone would be willing to review this test-suite change?
> I've converted one more tests to be in shell, where it's easier to see
> what's going on (and we get better output).

I didn't look too deeply at the shell script, but the perl line could
have been done like this:

-  my $mv_out = darcs("mv $repo_abs/abs_path.t abs_path_new.t");
+  my $mv_out = darcs(qq{mv $repo_abs/abs_path.t abs_path_new.t});

Does the shell version still use TAP?  It did not look like it to me,
but maybe I missed something.

-kolibrie



More information about the darcs-users mailing list