[ovs-dev] [PATCH] tests: Remove \r from source tree.

Ben Pfaff blp at nicira.com
Mon Dec 30 20:36:25 UTC 2013


Thanks, applied.

On Mon, Dec 30, 2013 at 12:32:02PM -0800, Ansis Atteka wrote:
> Looks good to me.
> 
> On Mon, Dec 30, 2013 at 11:39 AM, Ben Pfaff <blp at nicira.com> wrote:
> > An ovsdb-server test had a literal carriage return in a check that
> > validates a directory name.  It isn't really necessary (who puts a carriage
> > return in a directory name?) and it does cause problems for passing around
> > patches via email, so just delete it.
> >
> > CC: Arun Sharma <arun.sharma at calsoftinc.com>
> > Signed-off-by: Ben Pfaff <blp at nicira.com>
> > ---
> > It may not be possible to apply this patch when received via email.
> > You can either pull from
> >         https://github.com/blp/ovs-reviews.git cr
> > or just delete the one character indicated below by hand.
> >
> > diff --git a/tests/ovsdb-server.at b/tests/ovsdb-server.at
> > index b05401f..a2c53f3 100644
> > --- a/tests/ovsdb-server.at
> > +++ b/tests/ovsdb-server.at
> > @@ -483,7 +483,7 @@ AT_KEYWORDS([ovsdb server positive ssl $5])
> >  AT_SKIP_IF([test "$HAVE_OPENSSL" = no])
> >  PKIDIR=$abs_top_builddir/tests
> >  AT_SKIP_IF([expr "$PKIDIR" : ".*[      '\"
> > -
> > \\]"])
> > +\\]"])
> >  AT_DATA([schema],
> >    [[{"name": "mydb",
> >       "tables": {
> > --
> > 1.7.10.4
> >
> > _______________________________________________
> > dev mailing list
> > dev at openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev



More information about the dev mailing list