mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
test_expect_incomplete(): Put sgml-parser output to /dev/null
This commit is contained in:
parent
f8d44ffe32
commit
c9c41e38a2
@ -43,7 +43,7 @@ test_expect_incomplete () {
|
||||
y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/;
|
||||
s/[^a-zA-Z0-9-]//g;')"
|
||||
|
||||
sgml-parser --uri "$URI" --src "$src" --incomplete
|
||||
sgml-parser --uri "$URI" --src "$src" --incomplete >/dev/null
|
||||
test_expect_success "$desc" \
|
||||
"test $? = 1"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user