components/git/patches/t_Makefile.patch
branchs11u2-sru
changeset 4270 279415c50b97
equal deleted inserted replaced
4269:17ea514d2fe0 4270:279415c50b97
       
     1 The ordering to the tests was non-deterministic without sorting the list.
       
     2 This will be fed back to the community.
       
     3 
       
     4 --- git-1.7.9.2/t/Makefile_orig	2015-03-26 14:29:33.733092028 -0700
       
     5 +++ git-1.7.9.2/t/Makefile	2015-03-26 14:29:53.247281197 -0700
       
     6 @@ -17,7 +17,7 @@
       
     7  # Shell quote;
       
     8  SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
       
     9  
       
    10 -T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
       
    11 +T = $(sort $(wildcard t[0-9][0-9][0-9][0-9]-*.sh))
       
    12  TSVN = $(wildcard t91[0-9][0-9]-*.sh)
       
    13  TGITWEB = $(wildcard t95[0-9][0-9]-*.sh)
       
    14