summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-02-20 09:26:59 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-02-20 09:26:59 -0500
commit9f1ffe0e6fcd23efd6184cf393a1ba0075622cfd (patch)
tree1161e84276256515eb0531740270da240e711b8f /test
parenttesting (diff)
downloadfirejail-9f1ffe0e6fcd23efd6184cf393a1ba0075622cfd.tar.gz
firejail-9f1ffe0e6fcd23efd6184cf393a1ba0075622cfd.tar.zst
firejail-9f1ffe0e6fcd23efd6184cf393a1ba0075622cfd.zip
testing
Diffstat (limited to 'test')
-rwxr-xr-xtest/features/test.sh4
-rwxr-xr-xtest/private-whitelist.exp4
-rwxr-xr-xtest/test.sh1
3 files changed, 5 insertions, 4 deletions
diff --git a/test/features/test.sh b/test/features/test.sh
index 11306b52d..3570dae5a 100755
--- a/test/features/test.sh
+++ b/test/features/test.sh
@@ -83,7 +83,7 @@ fi
83#################### 83####################
84# filesystem features 84# filesystem features
85#################### 85####################
86echo "TESTING: 3.1 private" 86echo "TESTING: 3.1 private (fails on OpenSUSE)"
87./3.1.exp $OVERLAY $CHROOT 87./3.1.exp $OVERLAY $CHROOT
88 88
89echo "TESTING: 3.2 read-only" 89echo "TESTING: 3.2 read-only"
@@ -92,7 +92,7 @@ echo "TESTING: 3.2 read-only"
92echo "TESTING: 3.3 blacklist" 92echo "TESTING: 3.3 blacklist"
93./3.3.exp $OVERLAY $CHROOT 93./3.3.exp $OVERLAY $CHROOT
94 94
95echo "TESTING: 3.4 whitelist home" 95echo "TESTING: 3.4 whitelist home (fails on OpenSUSE)"
96./3.4.exp $OVERLAY $CHROOT 96./3.4.exp $OVERLAY $CHROOT
97 97
98echo "TESTING: 3.5 private-dev" 98echo "TESTING: 3.5 private-dev"
diff --git a/test/private-whitelist.exp b/test/private-whitelist.exp
index b78eb3b61..f06415c52 100755
--- a/test/private-whitelist.exp
+++ b/test/private-whitelist.exp
@@ -18,14 +18,14 @@ expect {
18} 18}
19sleep 1 19sleep 1
20 20
21send -- "ls -a /tmp | wc\r" 21send -- "ls -a /tmp | wc -l\r"
22expect { 22expect {
23 timeout {puts "TESTING ERROR 3\n";exit} 23 timeout {puts "TESTING ERROR 3\n";exit}
24 "3" 24 "3"
25} 25}
26sleep 1 26sleep 1
27 27
28send -- "ls -a ~ | wc\r" 28send -- "ls -a ~ | wc -l\r"
29expect { 29expect {
30 timeout {puts "TESTING ERROR 4\n";exit} 30 timeout {puts "TESTING ERROR 4\n";exit}
31 "4" 31 "4"
diff --git a/test/test.sh b/test/test.sh
index 48f74a0ed..4c94e82d0 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -31,6 +31,7 @@ echo "TESTING: private-bin (private-bin.exp)"
31./private-bin.exp 31./private-bin.exp
32 32
33echo "TESTING: private whitelist (private-whitelist.exp)" 33echo "TESTING: private whitelist (private-whitelist.exp)"
34echo "TESTING: failing on OpenSUSE"
34./private-whitelist.exp 35./private-whitelist.exp
35 36
36sleep 1 37sleep 1