From a643ff944ce6b674c16ea25ecbcb97087fa4ae21 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Feb 12 2019 03:59:50 +0000 Subject: Drop unneeded TEST_SHELL_PATH make variable TEST_SHELL_PATH was added in 62f562d ("Use 'prove' as test harness, enable shell tracing", 2018-01-18). Shortly afterward, upstream commit a5bf824f3b ("t: prevent '-x' tracing from interfering with test helpers' stderr", 2018-02-25)¹ removed the need to use bash to get the benefits of running the test suite with '-x' tracing. ¹ https://github.com/git/git/commit/a5bf824f3b --- diff --git a/git.spec b/git.spec index eac8ea8..2695912 100644 --- a/git.spec +++ b/git.spec @@ -500,7 +500,6 @@ gitwebdir = %{_localstatedir}/www/git DEFAULT_TEST_TARGET = prove GIT_PROVE_OPTS = --verbose --normalize %{?_smp_mflags} GIT_TEST_OPTS = -x --verbose-log -TEST_SHELL_PATH = /bin/bash EOF # Print config.mak to aid confirmation/verification of settings @@ -958,6 +957,7 @@ rmdir --ignore-fail-on-non-empty "$testdir" - Drop gnupg BuildRequires on fedora >= 30 - Fix formatting of contrib/{contacts,subtree} docs - Use %%{build_cflags} and %%{build_ldflags} +- Drop unneeded TEST_SHELL_PATH make variable * Thu Jan 31 2019 Fedora Release Engineering - 2.20.1-1.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild