From d32449fe2e772cf6a866dfbd707586b1a5456283 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Wed, 15 Feb 2023 19:50:45 +0100 Subject: [PATCH] tests/git: Don't silence error, give email (otherwise git complains about "AUTHOR UNKNOWN HELP HELP HELP I CANNAE DO ANYTHIN'") (i also don't know why git is scottish in my imagination) --- tests/checks/git.fish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/checks/git.fish b/tests/checks/git.fish index b4aa2ae90..e352bb72f 100644 --- a/tests/checks/git.fish +++ b/tests/checks/git.fish @@ -155,14 +155,14 @@ set -g __fish_git_prompt_status_order stashstate set -g ___fish_git_prompt_char_stashstate '' set -g ___fish_git_prompt_char_cleanstate '' -git commit -m 'Init' >/dev/null 2>&1 +git -c user.email=banana@example.com -c user.name=banana commit -m Init >/dev/null echo 'changed' > foo -git stash >/dev/null 2>&1 +git stash >/dev/null fish_git_prompt echo #CHECK: (newbranch|1) -git stash pop >/dev/null 2>&1 +git stash pop >/dev/null fish_git_prompt echo #CHECK: (newbranch)