]> granicus.if.org Git - cgit/commit
t0010-validate.sh: return on cgit errors
authorLars Hjemli <hjemli@gmail.com>
Sun, 24 Feb 2008 18:43:46 +0000 (19:43 +0100)
committerLars Hjemli <hjemli@gmail.com>
Sun, 24 Feb 2008 18:53:08 +0000 (19:53 +0100)
commit20cdffd5e086ebfb8ba6a82ab98ab27276657111
tree3d6b33855468682275a2580d09ba5c6c24726fa9
parentb44b02a98253e78334f7fd13d9c4e1eb59562392
t0010-validate.sh: return on cgit errors

The earlier segfault in cgit passed by unnoticed by this test-script due to
the pipe between cgit and sed.

There might be a more elegant solution to this problem, but my shellscript-
foo is weak.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
tests/t0010-validate-html.sh