aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/tests
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-07-05 21:26:30 +0200
committerGuido Günther <agx@sigxcpu.org>2016-07-05 21:26:30 +0200
commit29f16cafbf62f5a7ac63565135ebc5de009f0017 (patch)
tree8b73edebb837c9b0861517668ccf100c70c24a9d /debian/tests
parent8d84fd3f1c6f85d310f5e8d4b7955d3d9e6a8d02 (diff)
Unbreak autopkgtest by setting git user and email
Diffstat (limited to 'debian/tests')
-rwxr-xr-xdebian/tests/smoke-rpm2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/tests/smoke-rpm b/debian/tests/smoke-rpm
index 41b88288..019f167c 100755
--- a/debian/tests/smoke-rpm
+++ b/debian/tests/smoke-rpm
@@ -4,6 +4,8 @@ set -e
set -x
git init .
+git config user.email "you@example.com"
+git config user.name "Doesnot Matter"
git add .
git commit -m"Smoketest" -a
cat <<EOF >> ~/.rpmmacros