diff options
author | Max Rees <maxcrees@me.com> | 2019-06-03 14:53:52 -0400 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2019-06-03 14:53:52 -0400 |
commit | 694a93b7121e5c595def22cd8b1cbf6e61c7f37b (patch) | |
tree | e99f1530a3bcc226a66866731e1cb0c9f278c6ae /system/bubblewrap/tests.patch | |
parent | 1bf5211c40ff92f1545aa4148e48fd0809836f49 (diff) | |
download | packages-694a93b7121e5c595def22cd8b1cbf6e61c7f37b.tar.gz packages-694a93b7121e5c595def22cd8b1cbf6e61c7f37b.tar.bz2 packages-694a93b7121e5c595def22cd8b1cbf6e61c7f37b.tar.xz packages-694a93b7121e5c595def22cd8b1cbf6e61c7f37b.zip |
system/bubblewrap: secbump to 0.3.3, add testing notes
https://github.com/projectatomic/bubblewrap/commit/efc89e3b939b4bde42c10f065f6b7b02958ed50e
Note: there is no version 0.3.2.
Diffstat (limited to 'system/bubblewrap/tests.patch')
-rw-r--r-- | system/bubblewrap/tests.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/system/bubblewrap/tests.patch b/system/bubblewrap/tests.patch new file mode 100644 index 000000000..651d6269a --- /dev/null +++ b/system/bubblewrap/tests.patch @@ -0,0 +1,23 @@ +--- bubblewrap-0.3.3/tests/test-run.sh 2019-05-01 04:51:47.000000000 -0400 ++++ bubblewrap-0.3.3/tests/test-run.sh 2019-06-03 14:43:33.881226220 -0400 +@@ -127,8 +127,9 @@ + fi + + # bind dest in symlink (https://github.com/projectatomic/bubblewrap/pull/119) +- $RUN $ALT --dir /tmp/dir --symlink dir /tmp/link --bind /etc /tmp/link true +- echo "ok - can bind a destination over a symlink" ++ #$RUN $ALT --dir /tmp/dir --symlink dir /tmp/link --bind /etc /tmp/link true ++ #echo "ok - can bind a destination over a symlink" ++ echo "ok # SKIP musl realpath depends on /proc" + done + + # Test devices +@@ -215,7 +216,7 @@ + # Test --die-with-parent + + cat >lockf-n.py <<EOF +-#!/usr/bin/env python ++#!/usr/bin/env python3 + import struct,fcntl,sys + path = sys.argv[1] + if sys.argv[2] == 'wait': |