Fix logging test

This commit is contained in:
Eelco Dolstra 2014-02-01 16:08:59 +01:00
parent 965218a62a
commit 2a97f7b039
2 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@ export PATH=@bindir@:$PATH
export NIX_BUILD_HOOK=
export dot=@dot@
export xmllint="@xmllint@"
export xmlflags="@xmlflags@"
export xsltproc="@xsltproc@"
export SHELL="@bash@"

View File

@ -11,7 +11,7 @@ nix-log2xml < $TEST_ROOT/log.esc > $TEST_ROOT/log.xml
# Is this well-formed XML?
if test "$xmllint" != "false"; then
$xmllint $xmlflags --noout $TEST_ROOT/log.xml || fail "malformed XML"
$xmllint --noout $TEST_ROOT/log.xml || fail "malformed XML"
fi
# Convert to HTML.