diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-04-17 10:13:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-17 10:13:18 -0700 |
commit | bf5ffdafb40f32fac891a8cd5fc64cfd5b77674f (patch) | |
tree | bfebcc8f02d5714e90e50f903374e6c0f6bc2cea /test/e2e/start_test.go | |
parent | 799d4667c1c33ac025741e2082739999f5b4563a (diff) | |
parent | 3c0147e55916335ea605972999c594fdf52716e8 (diff) | |
download | podman-bf5ffdafb40f32fac891a8cd5fc64cfd5b77674f.tar.gz podman-bf5ffdafb40f32fac891a8cd5fc64cfd5b77674f.tar.bz2 podman-bf5ffdafb40f32fac891a8cd5fc64cfd5b77674f.zip |
Merge pull request #2917 from baude/remotestart
podman-remote start
Diffstat (limited to 'test/e2e/start_test.go')
-rw-r--r-- | test/e2e/start_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/e2e/start_test.go b/test/e2e/start_test.go index 28f1c2393..c92da9777 100644 --- a/test/e2e/start_test.go +++ b/test/e2e/start_test.go @@ -1,5 +1,3 @@ -// +build !remoteclient - package integration import ( |