1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00
This commit is contained in:
Jim Meyering
1994-11-08 22:40:52 +00:00
parent da098ddd8a
commit 75d902ef01
4 changed files with 18 additions and 6 deletions

View File

@@ -1,13 +1,16 @@
#!/p/bin/perl5.000 -w
$join = '/usr/bin/join';
$join = 'join';
$join = '/usr/bin/join';
$join = './join';
$test = 0;
$| = 1;
print ":\nerrors=0\n";
$expected = '';
$flags = '';
$f1 = '';
$f2 = '';
while (<>)
{