* tests/runtestabidb[1-2].sh.in: Initialize email & user name
for the local git repository.
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
trap "clean_env" EXIT
git init $gitdir
+cd $gitdir
+git config user.email "john@tester.doe.com"
+git config user.name "John Tester Doe"
# Run a quick test against the local distribution, presumed via debuginfod
unset DEBUGINFOD_VERBOSE DEBUGINFOD_PROGRESS
}
git init $gitdir
+cd $gitdir
+git config user.email "john@tester.doe.com"
+git config user.name "John Tester Doe"
# Build a little shared library, a binary against it, then
# break it with an update