aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ Pipkin <j@dawnrazor.net>2012-09-08 23:42:25 -0500
committerJ Pipkin <j@dawnrazor.net>2012-09-08 23:42:25 -0500
commitbea46e5db4dd16898489c56ceb7a6994728792de (patch)
treef400ca9e99181a8fd698ed4aa60b9ebb1fc26a34
parent788ae188dc9c8f8de4a20e1fdcc401f5b15b0890 (diff)
downloadsbotools2-bea46e5db4dd16898489c56ceb7a6994728792de.tar.xz
added clean and non-int to list of variables created in Lib.pm to make tests run
-rwxr-xr-xt/prep.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/prep.pl b/t/prep.pl
index ae91c77..d7b9fe5 100755
--- a/t/prep.pl
+++ b/t/prep.pl
@@ -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;
}