1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00
This commit is contained in:
Jim Meyering
1995-11-30 20:06:11 +00:00
parent 155639bf0f
commit cc1a9180a7

View File

@@ -5,6 +5,7 @@ $test = 0;
$| = 1;
print "#! /bin/sh\nsort='$sort'\necho testing with sort=\$sort\nerrors=0\n";
print "$sort --version 2> /dev/null\n";
$expected = '';
$input = '';
$options = '';