From 257494bd0a017cad264609f1a77b9af3ab7f991c Mon Sep 17 00:00:00 2001 From: John Howard Date: Tue, 24 May 2016 15:13:06 -0700 Subject: [PATCH] Windows: Fix TestRunWorkingDirectory Signed-off-by: John Howard --- integration-cli/docker_cli_run_test.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/integration-cli/docker_cli_run_test.go b/integration-cli/docker_cli_run_test.go index 42f9a7b9f9..06a4f6c9b3 100644 --- a/integration-cli/docker_cli_run_test.go +++ b/integration-cli/docker_cli_run_test.go @@ -123,13 +123,10 @@ func (s *DockerSuite) TestRunDetachedContainerIDPrinting(c *check.C) { // the working directory should be set correctly func (s *DockerSuite) TestRunWorkingDirectory(c *check.C) { - // TODO Windows: There's a Windows bug stopping this from working. - testRequires(c, DaemonIsLinux) dir := "/root" image := "busybox" if daemonPlatform == "windows" { - dir = `/windows` - image = WindowsBaseImage + dir = `C:/Windows` } // First with -w