Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 7bc38cc removed the regex matching for lxc, /container=lxc/, and instead matched the env var exactly, using the value lxcroot from the rspec test. However, I can find no evidence that lxc ever sets container to anything other than lxc, so change lxcroot to lxc [1][2]. [1]: https://codesearch.debian.net/search?q=container%3Dlxc&literal=1 [2]: https://github.com/search?q=container%3Dlxcroot&type=code Fixes: #2737
- Loading branch information