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:
parent
90dde9beab
commit
55edbcd02f
1 changed files with 0 additions and 15 deletions
|
@ -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
|
from docker-ut
|
||||||
|
|
Loading…
Add table
Reference in a new issue