* Builder: remove duplicate unit test

This commit is contained in:
Solomon Hykes 2013-06-19 14:59:42 -07:00
parent 90dde9beab
commit 55edbcd02f
1 changed files with 0 additions and 15 deletions

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