aboutsummaryrefslogtreecommitdiffstats
path: root/test/private_dir_profile.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-07-16 12:58:09 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-07-16 12:58:09 -0400
commit14ad07435d339b290e284995c1d0349f4434a371 (patch)
treee8e1be18558d9f5bf0a08c138fa42d6689fc0ae0 /test/private_dir_profile.exp
parentMerge pull request #634 from Fred-Barclay/pidgin (diff)
downloadfirejail-14ad07435d339b290e284995c1d0349f4434a371.tar.gz
firejail-14ad07435d339b290e284995c1d0349f4434a371.tar.zst
firejail-14ad07435d339b290e284995c1d0349f4434a371.zip
testing
Diffstat (limited to 'test/private_dir_profile.exp')
-rwxr-xr-xtest/private_dir_profile.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/private_dir_profile.exp b/test/private_dir_profile.exp
index 5b38ad0bb..8d1c74444 100755
--- a/test/private_dir_profile.exp
+++ b/test/private_dir_profile.exp
@@ -42,7 +42,7 @@ 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 "7" {puts "normal system\n";} 45 "6" {puts "normal system\n";}
46 "5" {puts "OpenSUSE\n";} 46 "5" {puts "OpenSUSE\n";}
47} 47}
48expect { 48expect {