summaryrefslogtreecommitdiff
path: root/system/bubblewrap/tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/bubblewrap/tests.patch')
-rw-r--r--system/bubblewrap/tests.patch23
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':