# # patch "ChangeLog" # from [716fcc7059a8d468cc55e692c9b1f8ef6ca83e19] # to [d4819190423866ee99099cd292dcbfb0cc6fc031] # # patch "tests/t_automate_stdio.at" # from [14ebc0f6a448303462628f0d9dec7354624957c0] # to [cd903319c8292bea39e0d71633cc7dec5b525b73] # ======================================================================== --- ChangeLog 716fcc7059a8d468cc55e692c9b1f8ef6ca83e19 +++ ChangeLog d4819190423866ee99099cd292dcbfb0cc6fc031 @@ -1,5 +1,11 @@ 2005-11-27 Julio M. Merino Vidal + * tests/t_automate_stdio.at: Don't expect perl to be in /usr/bin; + this assumption doesn't hold breaks on several systems (such as + NetBSD). + +2005-11-27 Julio M. Merino Vidal + * tests/t_checkout_options.at: Use the [] operator instead of {} in a shell pattern so that it works with interpreters other than bash (e.g., NetBSD's sh). ======================================================================== --- tests/t_automate_stdio.at 14ebc0f6a448303462628f0d9dec7354624957c0 +++ tests/t_automate_stdio.at cd903319c8292bea39e0d71633cc7dec5b525b73 @@ -7,7 +7,7 @@ # $results[i.cmdnum] += i.contents # print $results[n] # -AT_DATA(get_stdio.pl, [#!/usr/bin/perl +AT_DATA(get_stdio.pl, [#!/usr/bin/env perl $x=""; open $file, $ARGV[[0]]; while(<$file>)