From 8aacd4783fa30fe11fb323103f0b901c674acb71 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 30 Apr 2021 15:55:22 +0200 Subject: [PATCH] tests: fix abump to work without configured git user --- tests/abump.bats | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/abump.bats b/tests/abump.bats index e9bda21..1dc77e5 100644 --- a/tests/abump.bats +++ b/tests/abump.bats @@ -6,6 +6,7 @@ setup() { export ABUILD_CONF=/dev/null tmpdir="$BATS_TMPDIR"/abump export ABUILD_USERDIR="$tmpdir"/.config + export PACKAGER="Test User " export REPODEST="$tmpdir"/packages mkdir -p $tmpdir export CLEANUP="srcdir bldroot pkgdir deps" @@ -16,7 +17,7 @@ setup() { $ABUILD_KEYGEN --append -n cd "$tmpdir" - git init + git init --quiet } teardown() {