diff options
author | Zach van Rijn <me@zv.io> | 2022-05-03 22:45:26 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-05-06 12:37:31 -0500 |
commit | ab525f26fbb1d20c58d877214bb2d9931382cd4a (patch) | |
tree | a6aacd59dd1b8baf6bdeba37c5b688abafeebbc1 /system/bubblewrap/tests.patch | |
parent | 433a7752608e77a7b7281ccfee6f51d093e3a2de (diff) | |
download | packages-ab525f26fbb1d20c58d877214bb2d9931382cd4a.tar.gz packages-ab525f26fbb1d20c58d877214bb2d9931382cd4a.tar.bz2 packages-ab525f26fbb1d20c58d877214bb2d9931382cd4a.tar.xz packages-ab525f26fbb1d20c58d877214bb2d9931382cd4a.zip |
system/bubblewrap: bump { 0.4.1 --> 0.6.1 }.
Diffstat (limited to 'system/bubblewrap/tests.patch')
-rw-r--r-- | system/bubblewrap/tests.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/system/bubblewrap/tests.patch b/system/bubblewrap/tests.patch deleted file mode 100644 index 651d6269a..000000000 --- a/system/bubblewrap/tests.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- 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': |