From a4cf58095097080537001f9ff25518584b7286ca Mon Sep 17 00:00:00 2001 From: Jacob Pipkin Date: Fri, 21 Sep 2012 07:02:25 -0500 Subject: prep.pl and test.t updated to test correctly --- t/prep.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 't/prep.pl') diff --git a/t/prep.pl b/t/prep.pl index 6b38a33..ebffd40 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)) { +for my $thing (qw(interactive compat32 no_readme jobs distclean noclean + no_install no_reqs force force_reqs clean non_int)) { pr $thing; } -- cgit v1.2.3