aboutsummaryrefslogtreecommitdiffstats
path: root/test/profiles/profile_followlnk.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/profiles/profile_followlnk.exp')
-rwxr-xr-xtest/profiles/profile_followlnk.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profiles/profile_followlnk.exp b/test/profiles/profile_followlnk.exp
index c41276cfb..112acbbc9 100755
--- a/test/profiles/profile_followlnk.exp
+++ b/test/profiles/profile_followlnk.exp
@@ -16,7 +16,7 @@ sleep 1
16send -- "firejail --profile=readonly-lnk.profile\r" 16send -- "firejail --profile=readonly-lnk.profile\r"
17expect { 17expect {
18 timeout {puts "TESTING ERROR 0\n";exit} 18 timeout {puts "TESTING ERROR 0\n";exit}
19 "Child process initialized" 19 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
20} 20}
21 21
22send -- "ls > /tmp/firejailtestdirlnk/ttt\r" 22send -- "ls > /tmp/firejailtestdirlnk/ttt\r"