Skip to content
  • Jonathan Nieder's avatar
    tests: subshell indentation stylefix · 18a82692
    Jonathan Nieder authored and Junio C Hamano's avatar Junio C Hamano committed
    
    
    Format the subshells introduced by the previous patch (Several tests:
    cd inside subshell instead of around, 2010-09-06) like so:
    
    	(
    		cd subdir &&
    		...
    	) &&
    
    This is generally easier to read and has the nice side-effect that
    this patch will show what commands are used in the subshell, making
    it easier to check for lost environment variables and similar
    behavior changes.
    
    Cc: Jens Lehmann <Jens.Lehmann@web.de>
    Signed-off-by: default avatarJonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    18a82692