Initial commit
This commit is contained in:
16
vendor/github.com/hyperhq/hypercli/integration-cli/test_vars_unix.go
generated
vendored
Normal file
16
vendor/github.com/hyperhq/hypercli/integration-cli/test_vars_unix.go
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
// +build !windows
|
||||
|
||||
package main
|
||||
|
||||
const (
|
||||
// identifies if test suite is running on a unix platform
|
||||
isUnixCli = true
|
||||
|
||||
expectedFileChmod = "-rw-r--r--"
|
||||
|
||||
// On Unix variants, the busybox image comes with the `top` command which
|
||||
// runs indefinitely while still being interruptible by a signal.
|
||||
defaultSleepImage = "busybox"
|
||||
)
|
||||
|
||||
var defaultSleepCommand = []string{"top"}
|
||||
Reference in New Issue
Block a user