On Tue, Sep 2, 2008 at 4:45 PM, Nathan Gray <[EMAIL PROTECTED]> wrote:
> 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.

No, it doesn't.  TAP doesn't seem to provide any tangible benefits,
and makes the test code far uglier.

David
_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to