Bug 1137669: 003safesys.t doesn't test any file due to a missing -T argument (and broken syntax in Support::Systemexec)
r=dylan a=glob git-svn-id: svn://10.0.0.236/trunk@265882 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
35a95aaebd
commit
dd95d57838
@ -1 +1 @@
|
|||||||
9338
|
9339
|
||||||
@ -1 +1 @@
|
|||||||
56d130c40ca3f371c53c92426d8d27def45a24dc
|
694d136a06065dbba82b98fe71b432b342c6f82c
|
||||||
@ -11,14 +11,15 @@ use 5.10.1;
|
|||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
require Exporter;
|
use parent qw(Exporter);
|
||||||
@ISA = qw(Exporter);
|
@Support::Systemexec::EXPORT = qw(system exec);
|
||||||
@EXPORT = qw(system exec);
|
|
||||||
@EXPORT_OK = qw();
|
|
||||||
sub system($$@) {
|
sub system($$@) {
|
||||||
1;
|
1;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub exec($$@) {
|
sub exec($$@) {
|
||||||
1;
|
1;
|
||||||
}
|
}
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user