From f3c99cf1cee25ae95ffea6188b40734e877bce20 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Tue, 6 Jan 2009 21:37:23 +0100 Subject: ui-tree.c: do not add blank line when displaying blobs Also, fix a related bug in the test-suite. Noticed-by: Jim Meyering Signed-off-by: Lars Hjemli --- tests/t0104-tree.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/t0104-tree.sh') diff --git a/tests/t0104-tree.sh b/tests/t0104-tree.sh index 0d62cc8..33f4eb0 100755 --- a/tests/t0104-tree.sh +++ b/tests/t0104-tree.sh @@ -15,7 +15,7 @@ run_test 'find line 1' ' ' run_test 'no line 2' ' - grep -e "2" trash/tmp + ! grep -e "2" trash/tmp ' run_test 'generate foo+bar/tree' 'cgit_url "foo%2bbar/tree" >trash/tmp' -- cgit v1.2.3-59-g8ed1b