summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-07-25 11:08:11 -0400
committerLibravatar GitHub <noreply@github.com>2016-07-25 11:08:11 -0400
commit926bdd67831f4d039c76b1164ddcc94452dfda6a (patch)
tree9ee3e2a1987d1616df0f3d5570690bd98da359de /test
parentMerge pull request #629 from manevich/patch-2 (diff)
parentSimplify dist target and add missing test/sysutils to tarball (diff)
downloadfirejail-926bdd67831f4d039c76b1164ddcc94452dfda6a.tar.gz
firejail-926bdd67831f4d039c76b1164ddcc94452dfda6a.tar.zst
firejail-926bdd67831f4d039c76b1164ddcc94452dfda6a.zip
Merge pull request #646 from reinerh/master
Fix spelling errors found by lintian
Diffstat (limited to 'test')
-rwxr-xr-xtest/filters/seccomp-dualfilter.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/filters/seccomp-dualfilter.exp b/test/filters/seccomp-dualfilter.exp
index c75063672..8a48130b3 100755
--- a/test/filters/seccomp-dualfilter.exp
+++ b/test/filters/seccomp-dualfilter.exp
@@ -9,13 +9,13 @@ match_max 100000
9 9
10send -- "./syscall_test\r" 10send -- "./syscall_test\r"
11expect { 11expect {
12 timeout {puts "TESTING SKIP: 64-bit support missing\n";exit} 12 timeout {puts "\nTESTING SKIP: 64-bit support missing\n";exit}
13 "Usage" 13 "Usage"
14} 14}
15 15
16send -- "./syscall_test32\r" 16send -- "./syscall_test32\r"
17expect { 17expect {
18 timeout {puts "TESTING SKIP: 32-bit support missing\n";exit} 18 timeout {puts "\nTESTING SKIP: 32-bit support missing\n";exit}
19 "Usage" 19 "Usage"
20} 20}
21 21