diff options
author | J Pipkin <j@dawnrazor.net> | 2012-09-08 23:42:25 -0500 |
---|---|---|
committer | J Pipkin <j@dawnrazor.net> | 2012-09-08 23:42:25 -0500 |
commit | bea46e5db4dd16898489c56ceb7a6994728792de (patch) | |
tree | f400ca9e99181a8fd698ed4aa60b9ebb1fc26a34 /t/prep.pl | |
parent | 788ae188dc9c8f8de4a20e1fdcc401f5b15b0890 (diff) | |
download | sbotools2-bea46e5db4dd16898489c56ceb7a6994728792de.tar.xz |
added clean and non-int to list of variables created in Lib.pm to make tests run
Diffstat (limited to 't/prep.pl')
-rwxr-xr-x | t/prep.pl | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,8 @@ sub pr ($) { print {$write} "our \$$thing = 1;\n"; } -for my $thing (qw(interactive compat32 no_readme jobs distclean noclean no_install no_reqs force force_reqs)) { +for my $thing (qw(interactive compat32 no_readme jobs distclean noclean + no_install no_reqs force force_reqs clean non_int)) { pr $thing; } |