Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 454782
Collapse All | Expand All

(-)a/src/echangelog/test/test.sh (-1 / +5 lines)
Lines 56-61 make_test() { Link Here
56
56
57
	if [ "${vcs}" = "git" ]; then
57
	if [ "${vcs}" = "git" ]; then
58
		git init
58
		git init
59
60
		# bug 454782
61
		git config user.email "echangelogtest@gentoo.org"
62
		git config user.name "Just a test"
63
59
		touch .gitignore
64
		touch .gitignore
60
		git add .gitignore
65
		git add .gitignore
61
		git commit -a -m 'Initial Commit'
66
		git commit -a -m 'Initial Commit'
62
- 

Return to bug 454782