From 55edbcd02fe5d519069677c3970ea90e9973a4eb Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Wed, 19 Jun 2013 14:59:42 -0700 Subject: [PATCH] * Builder: remove duplicate unit test --- buildfile_test.go | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/buildfile_test.go b/buildfile_test.go index 3b03b8dd04..2a5cc6682e 100644 --- a/buildfile_test.go +++ b/buildfile_test.go @@ -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