summaryrefslogtreecommitdiff
path: root/tests/t0102-summary.sh
blob: f778cb49d30a341d062270926be987f3cc1bc0e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/sh

. ./setup.sh

prepare_tests "Check content on summary page"

run_test 'generate foo summary' 'cgit_url "foo" >trash/tmp'
run_test 'find commit 1' 'grep "commit 1" trash/tmp'
run_test 'find commit 5' 'grep "commit 5" trash/tmp'
run_test 'find branch master' 'grep "master" trash/tmp'
run_test 'no tags' '! grep "tags" trash/tmp'
run_test 'clone-url expanded correctly' '
	grep "git://example.org/foo.git" trash/tmp
'

run_test 'generate bar summary' 'cgit_url "bar" >trash/tmp'
run_test 'no commit 45' '! grep "commit 45" trash/tmp'
run_test 'find commit 46' 'grep "commit 46" trash/tmp'
run_test 'find commit 50' 'grep "commit 50" trash/tmp'
run_test 'find branch master' 'grep "master" trash/tmp'
run_test 'no tags' '! grep "tags" trash/tmp'
run_test 'clone-url expanded correctly' '
	grep "git://example.org/bar.git" trash/tmp
'

tests_done
mp;follow=1'>reencryption: remove temporary file on failureJason A. Donenfeld1-1/+1 2014-04-18reencryption: only reencrypt files when requiredJason A. Donenfeld2-16/+37 2014-04-17cp: typo as cvJason A. Donenfeld1-1/+1 2014-04-17bash: gpg_id is localJason A. Donenfeld1-0/+1 2014-04-17move/copy: always reencrypt passwords at destinationJason A. Donenfeld5-25/+56 2014-04-17makefile: allow platform files with gnu sedJason A. Donenfeld1-7/+8 2014-04-17mv: Add pass mv/rename supportJason A. Donenfeld5-3/+78 2014-04-17revelation2pass: add plain XML importJavali1-11/+15 2014-04-17platform: add cygwin supportJason A. Donenfeld2-1/+17