aboutsummaryrefslogtreecommitdiffstats
path: root/test/private_dir_profile.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-03-31 10:22:40 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-03-31 10:22:40 -0400
commit6eb481b4c5d7ebe56828107b23b8c7ffc16bd70e (patch)
tree1fd946d45623aa8fa97f0099b0882960ef89be7e /test/private_dir_profile.exp
parenttesting (diff)
downloadfirejail-6eb481b4c5d7ebe56828107b23b8c7ffc16bd70e.tar.gz
firejail-6eb481b4c5d7ebe56828107b23b8c7ffc16bd70e.tar.zst
firejail-6eb481b4c5d7ebe56828107b23b8c7ffc16bd70e.zip
testing
Diffstat (limited to 'test/private_dir_profile.exp')
-rwxr-xr-xtest/private_dir_profile.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/private_dir_profile.exp b/test/private_dir_profile.exp
index e6c01798e..5b38ad0bb 100755
--- a/test/private_dir_profile.exp
+++ b/test/private_dir_profile.exp
@@ -42,13 +42,13 @@ expect {
42send -- "ls -al | wc -l;pwd\r" 42send -- "ls -al | wc -l;pwd\r"
43expect { 43expect {
44 timeout {puts "TESTING ERROR 1\n";exit} 44 timeout {puts "TESTING ERROR 1\n";exit}
45 "5" {puts "normal system\n";} 45 "7" {puts "normal system\n";}
46 "4" {puts "OpenSUSE\n";} 46 "5" {puts "OpenSUSE\n";}
47} 47}
48expect { 48expect {
49 timeout {puts "TESTING ERROR 2\n";exit} 49 timeout {puts "TESTING ERROR 2\n";exit}
50 "home" 50 "home"
51} 51}
52 52
53puts "\n" 53puts "\nall done\n"
54 54