1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

* Builder: remove duplicate unit test

This commit is contained in:
Solomon Hykes 2013-06-19 14:59:42 -07:00
parent 90dde9beab
commit 55edbcd02f

View file

@ -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