ovsdb-server.at: Adjust PKIDIR for ssl test.
authorGurucharan Shetty <gshetty@nicira.com>
Mon, 2 Jun 2014 20:04:35 +0000 (13:04 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 26 Jun 2014 23:46:21 +0000 (16:46 -0700)
commitb028245a1b43fc9044d37a9132a20437b85432ad
tree44836b87d4088c3da584e96eb30b4d6e6bd603fe
parent91fc9298bafc8c029fde608354c292ae3596ae25
ovsdb-server.at: Adjust PKIDIR for ssl test.

For this particular test, we pass the PKIDIR through a
ovsdb-tool transact and msys does not convert the path style.
(On Windows, we have to pass the directory in the form C:/foo/bar.pem.)

So get the Windows style path through 'pwd -W'(which is called through
the function pwd ())

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
tests/ovsdb-server.at