Changeset 2581
- Timestamp:
- Mar 9, 2006, 12:02:29 AM (19 years ago)
- Location:
- trunk/coreutils/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coreutils/tests/head/Test.pm
r2575 r2581 86 86 87 87 # bird - \n -> \r\n hacking 88 $Test::binmode_tests{'no-oct-4'} = 1;88 $Test::binmode_tests{'no-oct-4'} = { ALL_BINARY => 1 }; 89 89 90 90 return (@tv, @derived_tests); -
trunk/coreutils/tests/mk-script
r2576 r2581 290 290 die if 0 && $Test::input_via{$test_name} && $Test::input_via_default; 291 291 die if 0 && $Test::env{$test_name} && $Test::env_default; 292 die if 0 && $Test::binmode_tests{$test_name}; # bird 292 293 293 294 my $vias = $Test::input_via{$test_name} || $Test::input_via_default
Note:
See TracChangeset
for help on using the changeset viewer.