Skip Menu |

This queue is for tickets about the Net-OpenSSH CPAN distribution.

Report information
The Basics
Id: 83041
Status: resolved
Priority: 0/
Queue: Net-OpenSSH

People
Owner: Nobody in particular
Requestors: lordnynex [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.57
Fixed in: (no value)



Subject: Missing tests
CPAN install fails because of missing test.dat file. /bin/cat: /home/CENSORED/.cpan/build/Net-OpenSSH-0.57-zdRQor/test.dat: No such file or directory # Failed test 'pipe_out lines' # at t/1_run.t line 161. # got: '' # expected: 'foo 1 # foo 2 # foo 3 # foo 4 # foo 5 # foo 6 # foo 7 # foo 8 # foo 9 # foo 10 # ' t/1_run.t ... 46/46 # Looks like you failed 11 tests of 46. t/1_run.t ... Dubious, test returned 11 (wstat 2816, 0xb00) Failed 11/46 subtests t/2_pods.t .. skipped: Only the author needs to check that POD docs are right
Subject: Re: [rt.cpan.org #83041] Missing tests
Date: Wed, 30 Jan 2013 00:48:46 -0800 (PST)
To: "bug-Net-OpenSSH [...] rt.cpan.org" <bug-Net-OpenSSH [...] rt.cpan.org>
From: Salvador Fandino <sfandino [...] yahoo.com>
Show quoted text
----- Original Message -----
> From: Victor Victrolla via RT <bug-Net-OpenSSH@rt.cpan.org> > To: > Cc: > Sent: Wednesday, January 30, 2013 3:44 AM > Subject: [rt.cpan.org #83041] Missing tests > >T ue Jan 29 21:44:40 2013: Request 83041 was acted upon. > Transaction: Ticket created by victrolla >       Queue: Net-OpenSSH >     Subject: Missing tests >   Broken in: 0.57 >     Severity: Critical >       Owner: Nobody >   Requestors: lordnynex@gmail.com >       Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=83041 > > > > CPAN install fails because of missing test.dat file.
I am unable to reproduce the problem. Could you run the test manually and send me the output?   salva@topo:~/g/perl/p5-Net-OpenSSH$ perl -Ilib t/1_run.t The output of strace (or the equivalent for your OS) would also be very helpful:   salva@topo:~/g/perl/p5-Net-OpenSSH$ strace -o /tmp/strace.out -f perl -Ilib t/1_run.t Finally, could you describe your environment: operating system and perl, OpenSSH and Net::OpenSSH versions and your user shell (ksh, csh, bash, etc.)
Hi, are you using tcsh as your shell by any chance? I'm seeing the same, or a similar, problem, and have identified tcsh as the issue. I've emailed Salvador notes on my investigations so far, and thoughts on resolving.
I am closing this as resolved because no feedback has been received from the OP, and the more likely cause, as suggested by Neil Bowers, had been corrected.