tests: Skip 'pivot-root' test on Linux > 4.7.5.
* tests/syscalls.scm ("pivot-root"): Skip when 'uname' returns a
'utsname:release' > 4.7.5.
1 files changed, 4 insertions(+), 1 deletions(-) M tests/syscalls.scm
M tests/syscalls.scm => tests/syscalls.scm +4 -1
@@ 146,7 146,10 @@ (waitpid fork-pid) result)))))))) (unless perform-container-tests? ;; XXX: Skip this test when running Linux > 4.7.5 to work around ;; <https://bugzilla.kernel.org/show_bug.cgi?id=183461>. (when (or (not perform-container-tests?) (version>? (utsname:release (uname)) "4.7.5")) (test-skip 1)) (test-equal "pivot-root" #t