diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-04-12 17:56:13 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-04-16 16:53:46 +0200 |
commit | 6cbe96975b57586cf4b8dd9b20f0ac9712d96839 (patch) | |
tree | b6ac87a9c9b8f44b95187799f2a14ab497d07d68 /tests | |
parent | 78611c745c9ebcfc8ba9f956a330f1e5dd7e4ba7 (diff) |
test1148: tolerate progress updates better
Fixes #2446
Closes #2488
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test1148 | 7 |
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> |