Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 554456 | Differences between
and this patch

Collapse All | Expand All

(-)a/test/helper.py (+2 lines)
Lines 87-92 class GitRepositoryTestCase(TmpPathTestCase): Link Here
87
87
88
    def initialize_repo(self):
88
    def initialize_repo(self):
89
        self.git('init')
89
        self.git('init')
90
        self.git('config', '--local', 'user.name', 'Your Name')
91
        self.git('config', '--local', 'user.email', 'you@example.com')
90
        self.touch('A', 'B')
92
        self.touch('A', 'B')
91
        self.git('add', 'A', 'B')
93
        self.git('add', 'A', 'B')
92
94

Return to bug 554456