]> git.ipfire.org Git - thirdparty/bind9.git/commit
Prevent Git to expand $systest
authorMichal Nowak <mnowak@isc.org>
Tue, 16 Feb 2021 10:33:58 +0000 (11:33 +0100)
committerMichal Nowak <mnowak@isc.org>
Thu, 18 Feb 2021 07:20:54 +0000 (08:20 +0100)
commitc65c3d5153ecdd1be110e0963fa572650ecb7f57
tree949921e8642eef8fa1d5d9e4b88e02481b37d175
parent78c5a808172956898ece817014197a5c7b822ab1
Prevent Git to expand $systest

CentOS 8 "git status" unexpectedly expands search directory "tsig" to
also search in the "tsiggss" directory, thus incorrectly identifying
files as "not removed" in the "tsig" directory:

$ git status -su --ignored tsig
$ touch tsiggss/ns1/{named.run,named.memstats}
$ git status -su --ignored tsig
!! tsiggss/ns1/named.memstats
!! tsiggss/ns1/named.run

(cherry picked from commit f310b7525031e2017d4d793e9db5cb5a83392851)
bin/tests/system/run.sh