David Boyce <[EMAIL PROTECTED]> writes: > At 03:19 PM 5/9/2002 -0600, Creager, Robert S wrote: > > > I don't think it can be as simple as this. The module has always > considered the possibility it would be tested on a machine without > ClearCase. The first thing the test script does is try a simple > ClearCase cmd and exit(0) after printing a friendly message. It's hard > for me to test this perfectly, because all my systems DO have CC, but > I moved it aside temporarily just now and it seems to do the right > thing: > > % make test > PERL_DL_NONLAZY=1 /opt/perl/bin/perl -Iblib/arch -Iblib/lib > -I/opt/perl-gcc/lib/5.6.1/sun4-solaris -I/opt/perl-gcc/lib/5.6.1 > test.pl > > ****************************************************************** > ClearCase::Argv is only useable if ClearCase is installed. It was > unable to figure out the install location so will not continue the > test. You can work around this by modifying your PATH appropriately. > ****************************************************************** > > 1..1 > ok 1 > > So in this case it promises one test and delivers one test. Can you > reproduce this problem manually on your system? I'm on Solaris 8/Perl > 5.6.1 FWIW. > I do not have ClearCase installed and get the same correct message as you when runing "make test" on linux i686. So its definitly not a "typical" linux problem.
Andreas
