aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/ls.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/ls.exp')
-rwxr-xr-xtest/utils/ls.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/ls.exp b/test/utils/ls.exp
index 9dac20628..6b6c67ede 100755
--- a/test/utils/ls.exp
+++ b/test/utils/ls.exp
@@ -14,7 +14,7 @@ sleep 1
14send -- "firejail --private --name=test\r" 14send -- "firejail --private --name=test\r"
15expect { 15expect {
16 timeout {puts "TESTING ERROR 0\n";exit} 16 timeout {puts "TESTING ERROR 0\n";exit}
17 "Child process initialized" 17 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
18} 18}
19sleep 1 19sleep 1
20send -- "echo my_testing > ~/lstesting\r" 20send -- "echo my_testing > ~/lstesting\r"