Преглед на файлове

Windows: Fix TestRunWorkingDirectory

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard преди 9 години
родител
ревизия
257494bd0a
променени са 1 файла, в които са добавени 1 реда и са изтрити 4 реда
  1. 1 4
      integration-cli/docker_cli_run_test.go

+ 1 - 4
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