On Mon, Apr 30, 2012 at 12:27:21PM +0200, Per Cederqvist wrote: > Looks good. Interestingly, I haven't seen those errors before. What's your setup like? Jeff. > Signed-off-by: Per Cederqvist <cederp@xxxxxxxxx> > --- > regression/t-029.sh | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/regression/t-029.sh b/regression/t-029.sh > index 83e1d2b..09450c6 100755 > --- a/regression/t-029.sh > +++ b/regression/t-029.sh > @@ -21,11 +21,11 @@ echo | shouldfail guilt repair --full > > cmd list_files > > -yes n | shouldfail guilt repair --full > +yes n 2>/dev/null | shouldfail guilt repair --full > > cmd list_files > > -yes y | cmd guilt repair --full > +yes y 2>/dev/null | cmd guilt repair --full > > cmd list_files > > @@ -33,6 +33,6 @@ cmd guilt push -a > > cmd list_files > > -yes Y | cmd guilt repair --full > +yes Y 2>/dev/null | cmd guilt repair --full > > cmd list_files > -- > 1.7.10 > -- You measure democracy by the freedom it gives its dissidents, not the freedom it gives its assimilated conformists. - Abbie Hoffman -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html