integration-cli/test_vars_unix_test.go
492a58f0
 // +build !windows
 
 package main
 
 const (
5d615dff
 	// identifies if test suite is running on a unix platform
492a58f0
 	isUnixCli = true
1a22418f
 
 	expectedFileChmod = "-rw-r--r--"
777ee34b
 
 	// On Unix variants, the busybox image comes with the `top` command which
 	// runs indefinitely while still being interruptible by a signal.
 	defaultSleepImage = "busybox"
492a58f0
 )