Skip to content

Commit

Permalink
Merge pull request #9911 from jfrazelle/change-test-to-dockerproject.com
Browse files Browse the repository at this point in the history
Change url of robots.txt test to dockerproject.com
  • Loading branch information
LK4D4 committed Jan 5, 2015
2 parents 53253ee + 367e66e commit 1d4d8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-cli/docker_cli_build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ RUN mkdir /exists
RUN touch /exists/exists_file
RUN chown -R dockerio.dockerio /exists
COPY test_file1 test_file2 /exists/
ADD test_file3 test_file4 https://docker.com/robots.txt /exists/
ADD test_file3 test_file4 https://dockerproject.com/robots.txt /exists/
RUN [ $(ls -l / | grep exists | awk '{print $3":"$4}') = 'dockerio:dockerio' ]
RUN [ $(ls -l /exists/test_file1 | awk '{print $3":"$4}') = 'root:root' ]
RUN [ $(ls -l /exists/test_file2 | awk '{print $3":"$4}') = 'root:root' ]
Expand Down

0 comments on commit 1d4d8bc

Please sign in to comment.