aboutsummaryrefslogtreecommitdiffstats
path: root/test/features
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-03-31 09:05:56 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-03-31 09:05:56 -0400
commit996c01fd3d197df0c5151d7a739d60b63e1a8a8c (patch)
tree36f4c6a246afdb8818d0834e63c04e253f25f44c /test/features
parentx11 work (diff)
downloadfirejail-996c01fd3d197df0c5151d7a739d60b63e1a8a8c.tar.gz
firejail-996c01fd3d197df0c5151d7a739d60b63e1a8a8c.tar.zst
firejail-996c01fd3d197df0c5151d7a739d60b63e1a8a8c.zip
testing
Diffstat (limited to 'test/features')
-rwxr-xr-xtest/features/3.1.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/features/3.1.exp b/test/features/3.1.exp
index a66fbdae1..c55f3aa8a 100755
--- a/test/features/3.1.exp
+++ b/test/features/3.1.exp
@@ -22,7 +22,7 @@ sleep 1
22send -- "ls -al | wc -l\r" 22send -- "ls -al | wc -l\r"
23expect { 23expect {
24 timeout {puts "TESTING ERROR 1.1\n";exit} 24 timeout {puts "TESTING ERROR 1.1\n";exit}
25 "5" 25 "6"
26} 26}
27 27
28send -- "ls -al .bashrc\r" 28send -- "ls -al .bashrc\r"
@@ -73,7 +73,7 @@ if { $overlay == "overlay" } {
73 send -- "ls -al | wc -l\r" 73 send -- "ls -al | wc -l\r"
74 expect { 74 expect {
75 timeout {puts "TESTING ERROR 3.1\n";exit} 75 timeout {puts "TESTING ERROR 3.1\n";exit}
76 "5" 76 "6"
77 } 77 }
78 78
79 send -- "ls -al .bashrc\r" 79 send -- "ls -al .bashrc\r"