mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-21 21:35:51 +00:00
* Builder: remove duplicate unit test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user