mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-27 18:11:59 -05:00
fixup! t/perf: avoid copying builtin fsmonitor files into test repo
This reverts commit 5ab490f926.
Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
This commit is contained in:
committed by
Johannes Schindelin
parent
b1488adc28
commit
62cad115d7
@@ -74,7 +74,7 @@ test_perf_copy_repo_contents () {
|
||||
for stuff in "$1"/*
|
||||
do
|
||||
case "$stuff" in
|
||||
*/objects|*/hooks|*/config|*/commondir|*/gitdir|*/worktrees|*/fsmonitor--daemon*)
|
||||
*/objects|*/hooks|*/config|*/commondir|*/gitdir|*/worktrees)
|
||||
;;
|
||||
*)
|
||||
cp -R "$stuff" "$repo/.git/" || exit 1
|
||||
|
||||
Reference in New Issue
Block a user