Re: Test::Simple fails "output" subtest 2 on Cygwin/2000

2002-07-07 Thread Danny Faught
Michael G Schwern wrote: > Never seen it in 5.6.1, but it sounds like an odd chomp() mistake. Where > did you get this perl? I installed Perl along with Cygwin. Here's what I'm seeing with chomp. I'm not familiar enough with Perl on Windows to know what's expected from chomp, or whether the st

testing with stubs

2002-12-12 Thread Danny Faught
; use warnings; use strict; use Test::Unit::Procedural; my $log_main = \&log; { no warnings; *main::log = \&sd_stubs::log_stub; } sub test_abort1 { assert (main::abort_handler() == 0); } create_suite(); CORE::exit(run_suite()); 1; -- Danny Faught Tejas Software Consulting http://www.tejasconsulting.com