summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-04-12 17:56:13 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-04-16 16:53:46 +0200
commit6cbe96975b57586cf4b8dd9b20f0ac9712d96839 (patch)
treeb6ac87a9c9b8f44b95187799f2a14ab497d07d68
parent78611c745c9ebcfc8ba9f956a330f1e5dd7e4ba7 (diff)
downloadcurl-6cbe96975b57586cf4b8dd9b20f0ac9712d96839.tar.gz
test1148: tolerate progress updates better
Fixes #2446 Closes #2488
-rw-r--r--tests/data/test11487
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/data/test1148 b/tests/data/test1148
index aab0847d0..f483bcd53 100644
--- a/tests/data/test1148
+++ b/tests/data/test1148
@@ -54,8 +54,13 @@ Host: %HOSTIP:%HTTPPORT
Accept: */*
</protocol>
+# This allows the last 4 letters of the bar to get updated without it
+# matters. We're mostly checking the width of it anyway.
<file name="log/stderrlog1148">
- ######################################################################## 100.0%
+ bar 100.0%
</file>
+<stripfile>
+s/####################################################################..../bar/
+</stripfile>
</verify>
</testcase>