Conversation
Start testing on CentOS 7 as well to cover kernel differences (e.g. O_TMPFILE support).
|
Hmm Coming from: cp /bin/busybox "$1/bin"
busybox --list | xargs -n1 -I '{}' ln -s busybox "$1/bin/{}"But I'm confused how that ever worked. Looking at recent tests, this test is skipped because of: unshare -m true || \
skip "this test needs to set up mount namespaces, rerun as root"Seems like we should make it conditional on having |
|
Yes, but there's an issue before that; It looks like we should just skip this test if we don't have busybox, but also try to install it? Hrm, also this test doesn't quite work installed yet 😦 |
|
Right, it's only showing up now because
Yup, done above! ⬆️ |
|
|
Closes: #968 Approved by: cgwalters
|
Sorry, the "it" in my second sentence was referring to busybox, not unshare (in response to your suggestion to try to install it). I didn't look too hard if we could get it easily from somewhere else. |
|
☀️ Test successful - status-atomicjenkins |
Start testing on CentOS 7 as well to cover kernel differences (e.g.
O_TMPFILEsupport).