This tests that the "rkt enter" command get the environment variables
set in various ways:
- from the manifest
- from -set-env
- from -inherit-env
This is a regression test for https://github.com/coreos/rkt/issues/433
I would like this test merged before we start implementing the support
for starting non-root apps in https://github.com/coreos/rkt/issues/539
It contains a regression test for
https://github.com/coreos/rkt/issues/758
It tests whether a tty is given to the application.
It runs rkt with and without parameters on the command line.
- Create general tests/README.md describing current situation.
- Remove circle.yml for now until we have it working.
- Add copyright header to inspects.go