diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2009-01-27 20:21:56 +0100 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2009-01-27 20:21:56 +0100 | 
| commit | 1fdde95a5a169ad2240460b1d3f25bae606527f5 (patch) | |
| tree | 6db50f36114ee1bc29cf39dedc05e0106b886b8a /tests | |
| parent | Merge branch 'lh/stats' (diff) | |
| parent | changed objects are outputted, allowing for selections of code only (diff) | |
| download | cgit-1fdde95a5a169ad2240460b1d3f25bae606527f5.tar.gz cgit-1fdde95a5a169ad2240460b1d3f25bae606527f5.tar.bz2 cgit-1fdde95a5a169ad2240460b1d3f25bae606527f5.zip | |
Merge branch 'og/tree-view-selection'
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
| -rwxr-xr-x | tests/t0104-tree.sh | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tests/t0104-tree.sh b/tests/t0104-tree.sh index 33f4eb0..2ce1251 100755 --- a/tests/t0104-tree.sh +++ b/tests/t0104-tree.sh @@ -11,11 +11,11 @@ run_test 'find file-50' 'grep -e "file-50" trash/tmp'  run_test 'generate bar/tree/file-50' 'cgit_url "bar/tree/file-50" >trash/tmp'  run_test 'find line 1' ' -	grep -e "<a id=.n1. name=.n1. href=.#n1.>1</a>" trash/tmp +	grep -e "<a class=.no. id=.n1. name=.n1. href=.#n1.>1</a>" trash/tmp  '  run_test 'no line 2' ' -	! grep -e "<a id=.n2. name=.n2. href=.#n2.>2</a>" trash/tmp +	! grep -e "<a class=.no. id=.n2. name=.n2. href=.#n2.>2</a>" trash/tmp  '  run_test 'generate foo+bar/tree' 'cgit_url "foo%2bbar/tree" >trash/tmp' | 
