'dotest' script broken

From: Jeff Garzik <jgarzik@pobox.com>
Date: 2005-06-27 07:43:03
When I run 'dotest /g/tmp/mbox' I receive an error message

	[jgarzik@pretzel netdev-2.6]$ dotest /g/tmp/mbox
	mailinfo msg-file path-file filelist-file < email

and if you look at the dotest script, it only passes 2 args to mailinfo, 
not the 3 args that the above usage message appears to require:

for i in .dotest/*
do
         mailinfo .dotest/msg .dotest/patch < $i > .dotest/info || exit 1
	...


-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Mon Jun 27 07:43:19 2005

This archive was generated by hypermail 2.1.8 : 2005-06-27 07:43:22 EST