-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
T-BugType: Bug in software or error in test case descriptionType: Bug in software or error in test case description
Milestone
Description
In usage.t you will find
check_success '--dump-profile', ['--dump-profile'], qr{
"no_network"
}msx;
check_success '--dump_profile', ['--dump_profile'], qr{
"no_network"
}msx;
When running usage.t under FreeBSD it will stop at those two tests and never pass. It seems like Perl is waiting for something on STDIN that never comes. When the above lines are commented, it works as it should.
Metadata
Metadata
Assignees
Labels
T-BugType: Bug in software or error in test case descriptionType: Bug in software or error in test case description