* Builder: remove duplicate unit test

Upstream-commit: 55edbcd02fe5d519069677c3970ea90e9973a4eb
Component: engine
This commit is contained in:
Solomon Hykes
2013-06-19 14:59:42 -07:00
parent f1b51af018
commit a327fa094d
-15
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