diff --git a/buildfile_test.go b/buildfile_test.go index 3b03b8dd04..2a5cc6682e 100644 --- a/buildfile_test.go +++ b/buildfile_test.go @@ -52,21 +52,6 @@ run mkdir -p /var/run/sshd }, }, - { - ` -# VERSION 0.1 -# DOCKER-VERSION 0.2 - -from docker-ut -run sh -c 'echo root:testpass > /tmp/passwd' -run mkdir -p /var/run/sshd`, - nil, - []testCommand{ - {[]string{"cat", "/tmp/passwd"}, "root:testpass\n"}, - {[]string{"ls", "-d", "/var/run/sshd"}, "/var/run/sshd\n"}, - }, - }, - { ` from docker-ut