diff options
author | Jacob Pipkin <j@dawnrazor.net> | 2012-09-21 07:02:25 -0500 |
---|---|---|
committer | Jacob Pipkin <j@dawnrazor.net> | 2012-09-21 07:02:25 -0500 |
commit | a4cf58095097080537001f9ff25518584b7286ca (patch) | |
tree | 38cf8190fcb8951824d6a2476816357251b968dd /t/prep.pl | |
parent | 1a0e9da0d21f2682be30fc58d6fc694b7b927c74 (diff) | |
download | sbotools2-a4cf58095097080537001f9ff25518584b7286ca.tar.xz |
prep.pl and test.t updated to test correctly
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)) { +for my $thing (qw(interactive compat32 no_readme jobs distclean noclean + no_install no_reqs force force_reqs clean non_int)) { pr $thing; } |