Commit e75d0783 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Dridi Boukelmoune

Allow whitespace before wc(1) output

parent 069ccecb
......@@ -15,4 +15,4 @@ delay 1
process p1 -expect-exit 0 -stop -wait
# Expect empty stderr output
shell -match {^0\b} "wc -c ${tmpdir}/p1/stderr"
shell -match {^[ ]*0\b} "wc -c ${tmpdir}/p1/stderr"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment