1
0
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:
Jonas Fonseca 2006-01-07 01:27:48 +01:00 committed by Jonas Fonseca
parent f8d44ffe32
commit c9c41e38a2

View File

@ -43,7 +43,7 @@ test_expect_incomplete () {
y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/; y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/;
s/[^a-zA-Z0-9-]//g;')" 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_expect_success "$desc" \
"test $? = 1" "test $? = 1"
} }