Initial commit
This commit is contained in:
8
vendor/github.com/hyperhq/hypercli/integration-cli/test_vars_exec.go
generated
vendored
Normal file
8
vendor/github.com/hyperhq/hypercli/integration-cli/test_vars_exec.go
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
// +build !test_no_exec
|
||||
|
||||
package main
|
||||
|
||||
const (
|
||||
// indicates docker daemon tested supports 'docker exec'
|
||||
supportsExec = true
|
||||
)
|
||||
Reference in New Issue
Block a user