testsuite.at: pwd for windows.
authorGurucharan Shetty <gshetty@nicira.com>
Fri, 18 Apr 2014 15:17:11 +0000 (08:17 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Tue, 22 Apr 2014 22:20:14 +0000 (15:20 -0700)
commit038b21a100dd346a7e1fbf833284e1d58949e7cb
tree84851cd9fa9621369da39c8cf64e882d9ef35360
parenta9e9db79e7e6cdcb195e91c431c4a335b72b14da
testsuite.at: pwd for windows.

On MinGW, "pwd -W" gives the present working directory
in the form of windows path (i.e C:/temp instead of /c/temp).
When we pass the directory path to daemons as arguments,
we should be passing it in the form of windows path.

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