* test/lisp/emacs-lisp/bytecomp-tests.el:
(bytecomp-tests--dest-mountpoint): Skip test if bwrap prohibits
even ‘true’, which it does on my Ubuntu 24.10 platform.
(cherry picked from commit
c1006565184b945aaf5c7d98afe6ee97e6cdb090)
(set-file-modes input-file #o400)
(set-file-modes output-file #o200)
(set-file-modes directory #o500)
+ (skip-unless
+ (zerop (call-process
+ bwrap nil nil nil
+ "--ro-bind" "/" "/"
+ "--bind" unquoted-file unquoted-file
+ "true")))
(with-temp-buffer
(let ((status (call-process
bwrap nil t nil