aboutsummaryrefslogtreecommitdiff
path: root/t/prep.pl
diff options
context:
space:
mode:
Diffstat (limited to 't/prep.pl')
-rwxr-xr-xt/prep.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/prep.pl b/t/prep.pl
index eaf1d4e..ae91c77 100755
--- a/t/prep.pl
+++ b/t/prep.pl
@@ -17,7 +17,7 @@ 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)) {
pr $thing;
}