Modified source files and compiled any and armel versions of packages
[pkg-perl] / deb-src / libperl-critic-perl / libperl-critic-perl-1.088 / t / InputOutput / ProhibitInteractiveTest.run
1 ## name basic failures
2 ## failures 2
3 ## cut
4
5 -t;
6 if (-t) { }
7
8 #-----------------------------------------------------------------------------
9
10 ## name basic passes
11 ## failures 0
12 ## cut
13 -toomany;
14 -f _;