mirror of
https://github.com/git/git.git
synced 2026-03-13 18:33:25 +01:00
Use /usr/bin/find instead of plain find.
This commit is contained in:
@@ -880,7 +880,7 @@ INPUT_END
|
||||
test_expect_success \
|
||||
'O: blank lines not necessary after other commands' \
|
||||
'git-fast-import <input &&
|
||||
test 8 = `find .git/objects/pack -type f | wc -l` &&
|
||||
test 8 = `/usr/bin/find .git/objects/pack -type f | wc -l` &&
|
||||
test `git rev-parse refs/tags/O3-2nd` = `git rev-parse O3^` &&
|
||||
git log --reverse --pretty=oneline O3 | sed s/^.*z// >actual &&
|
||||
git diff expect actual'
|
||||
|
||||
Reference in New Issue
Block a user