blob: 651d6269a6b0ddfea41686a26754bf919f120d7d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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':
|