From 2a97f7b039be4cd290076707e1b02d04d3b257b6 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 1 Feb 2014 16:08:59 +0100 Subject: Fix logging test --- tests/logging.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/logging.sh') diff --git a/tests/logging.sh b/tests/logging.sh index 117d483716a6..764999327c46 100644 --- a/tests/logging.sh +++ b/tests/logging.sh @@ -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. -- cgit 1.4.1