diff options
author | xocel <xocel@iquidus.org> | 2012-12-28 11:02:57 +1300 |
---|---|---|
committer | xocel <xocel@iquidus.org> | 2012-12-28 11:02:57 +1300 |
commit | cdfb56c6951da7e44a5a11af9ee85a5bab09dd64 (patch) | |
tree | c906c70f70128ec514e9290f6bb01cd6e9c4b3df /t/prep.pl | |
parent | 5bac066116d3ffaf4a2bd12d1c77b78be5d2147c (diff) | |
download | sbotools2-cdfb56c6951da7e44a5a11af9ee85a5bab09dd64.tar.xz |
fixed tests
Diffstat (limited to 't/prep.pl')
-rwxr-xr-x | t/prep.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ for my $thing (qw(interactive compat32 no_readme jobs distclean noclean } print {$write} "my \%locations;\n"; +print {$write} "my \%commands;\n"; print {$write} "my \%options = (nothing => 'to see here');\n"; sub get_subs ($) { |