aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest/sysutils/gzip.exp3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/sysutils/gzip.exp b/test/sysutils/gzip.exp
index 5492391e0..8d69087f8 100755
--- a/test/sysutils/gzip.exp
+++ b/test/sysutils/gzip.exp
@@ -7,9 +7,6 @@ set timeout 10
7spawn $env(SHELL) 7spawn $env(SHELL)
8match_max 100000 8match_max 100000
9 9
10send -- "rm index.html*\r"
11after 500
12
13send -- "firejail gzip -c ../../mkdeb.sh | firejail gunzip -c\r" 10send -- "firejail gzip -c ../../mkdeb.sh | firejail gunzip -c\r"
14expect { 11expect {
15 timeout {puts "TESTING ERROR 1\n";exit} 12 timeout {puts "TESTING ERROR 1\n";exit}