git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Git 2.26.2 and failed self tests on OS X
@ 2020-05-04  7:03 Jeffrey Walton
  2020-05-04 15:39 ` Eric Sunshine
  2020-05-04 16:52 ` Carlo Marcelo Arenas Belón
  0 siblings, 2 replies; 15+ messages in thread
From: Jeffrey Walton @ 2020-05-04  7:03 UTC (permalink / raw)
  To: Git List

Hi Everyone,

I'm building Git 2.26.2 from sources on a Mac-mini with OS X 10.12.6
and a PowerMac with OS X 10.5. Some of the t3902-quoted.sh tests are
failing.

The Mac-Mini uses Bash 3.2.57(1)-release. The PowerMac uses 3.2.17(1)-release.

Jeff

*** t3902-quoted.sh ***
not ok 1 - setup
#
#
#               mkdir "$FN" &&
#               for_each_name "echo initial >\"\$name\"" &&
#               git add . &&
#               git commit -q -m Initial &&
#
#               for_each_name "echo second >\"\$name\"" &&
#               git commit -a -m Second &&
#
#               for_each_name "echo modified >\"\$name\""
#
#
ok 2 - setup expected files
not ok 3 - check fully quoted output from ls-files
#
#
#               git ls-files >current && test_cmp expect.quoted current
#
#
not ok 4 - check fully quoted output from diff-files
#
#
#               git diff --name-only >current &&
#               test_cmp expect.quoted current
#
#
not ok 5 - check fully quoted output from diff-index
#
#
#               git diff --name-only HEAD >current &&
#               test_cmp expect.quoted current
#
#
not ok 6 - check fully quoted output from diff-tree
#
#
#               git diff --name-only HEAD^ HEAD >current &&
#               test_cmp expect.quoted current
#
#
not ok 7 - check fully quoted output from ls-tree
#
#
#               git ls-tree --name-only -r HEAD >current &&
#               test_cmp expect.quoted current
#
#
ok 8 - setting core.quotepath
not ok 9 - check fully quoted output from ls-files
#
#
#               git ls-files >current && test_cmp expect.raw current
#
#
not ok 10 - check fully quoted output from diff-files
#
#
#               git diff --name-only >current &&
#               test_cmp expect.raw current
#
#
not ok 11 - check fully quoted output from diff-index
#
#
#               git diff --name-only HEAD >current &&
#               test_cmp expect.raw current
#
#
not ok 12 - check fully quoted output from diff-tree
#
#
#               git diff --name-only HEAD^ HEAD >current &&
#               test_cmp expect.raw current
#
#
not ok 13 - check fully quoted output from ls-tree
#
#
#               git ls-tree --name-only -r HEAD >current &&
#               test_cmp expect.raw current
#
#
# failed 11 among 13 test(s)
1..13
make[2]: *** [t3902-quoted.sh] Error 1
make[1]: *** [test] Error 2
make: *** [test] Error 2

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2020-05-07  4:12 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-04  7:03 Git 2.26.2 and failed self tests on OS X Jeffrey Walton
2020-05-04 15:39 ` Eric Sunshine
2020-05-04 16:52 ` Carlo Marcelo Arenas Belón
2020-05-04 17:18   ` Eric Sunshine
2020-05-04 19:08     ` Torsten Bögershausen
2020-05-04 19:19       ` Eric Sunshine
2020-05-04 19:20       ` Jeffrey Walton
2020-05-04 20:19         ` Torsten Bögershausen
2020-05-04 20:30           ` Jeffrey Walton
2020-05-04 21:39             ` Jeffrey Walton
2020-05-05  4:10               ` Torsten Bögershausen
2020-05-05 12:26                 ` Philippe Blain
2020-05-06 20:36                   ` Jeffrey Walton
2020-05-07  4:12                     ` Jeffrey Walton
2020-05-06 20:48                 ` Jeffrey Walton

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).