From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Nieder Subject: [PATCH 07/24] t9300 (fast-import): use tabs to indent Date: Fri, 24 Sep 2010 02:13:50 -0500 Message-ID: <20100924071350.GH4666@burratino> References: <20100701031819.GA12524@burratino> <20100701054849.GA14972@burratino> <20100817170216.GA14491@kytes> <20100905031528.GA2344@burratino> <20100905032253.GB2344@burratino> <20100924065900.GA4666@burratino> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org, "Shawn O. Pearce" , Sverre Rabbelier , David Barr , Sam Vilain To: Ramkumar Ramachandra X-From: git-owner@vger.kernel.org Fri Sep 24 09:16:47 2010 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Oz2WR-0007Kj-B5 for gcvg-git-2@lo.gmane.org; Fri, 24 Sep 2010 09:16:43 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753698Ab0IXHQi (ORCPT ); Fri, 24 Sep 2010 03:16:38 -0400 Received: from mail-iw0-f174.google.com ([209.85.214.174]:32903 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751849Ab0IXHQh (ORCPT ); Fri, 24 Sep 2010 03:16:37 -0400 Received: by iwn5 with SMTP id 5so2158220iwn.19 for ; Fri, 24 Sep 2010 00:16:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=6Gb9x8RbHCM10H3384s7DgXxidl/anIaVLiBmo+IvFo=; b=u9pXd82mGQXiPthYP9ZI8e8N331Btuaofr+6BQrMJCha/IWWqFwFzL7Ux9kf7qWlte DRipTWqBLTvE6CWyqPpwqXE8P3gBl7JKCRWBWQwTBa/nLT2Kk6YrTSXkY5gfMRmEdiES shT6YVOnyxBWQZHl9VRFsZ+1XYWOfGSWvKSGo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=u71pdmG+Cb6qWqs60DDPbFNywfbye6Ffk0JwfGgkDw95kRpEBYHwM94hK45yNWNAR8 m3T7pOpykcXokmM9psakL94RGjmIVtrzuqrjWFj6ltMMxYc0/aGXY4obm6Iv84/jeKGp m1uRLEWNqCuKBpI5MX337kWzNqZnOJjJ3kwIc= Received: by 10.231.16.204 with SMTP id p12mr2765946iba.194.1285312596742; Fri, 24 Sep 2010 00:16:36 -0700 (PDT) Received: from burratino (dhcp-11-17.cs.uchicago.edu [128.135.11.176]) by mx.google.com with ESMTPS id n20sm1947120ibe.23.2010.09.24.00.16.35 (version=SSLv3 cipher=RC4-MD5); Fri, 24 Sep 2010 00:16:36 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20100924065900.GA4666@burratino> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: The test script mostly uses tabs to indent, but some 4-space indents snuck in. Cc: Shawn O. Pearce Signed-off-by: Jonathan Nieder --- t/t9300-fast-import.sh | 118 ++++++++++++++++++++++++------------------------ 1 files changed, 59 insertions(+), 59 deletions(-) diff --git a/t/t9300-fast-import.sh b/t/t9300-fast-import.sh index 8d418e4..0059298 100755 --- a/t/t9300-fast-import.sh +++ b/t/t9300-fast-import.sh @@ -82,8 +82,8 @@ EOF INPUT_END test_expect_success \ - 'A: create pack from stdin' \ - 'git fast-import --export-marks=marks.out expect <expect <output && test_cmp expect output' @@ -1227,7 +1227,7 @@ DATA INPUT_END test_expect_success 'P: fail on inline gitlink' ' - test_must_fail git fast-import input <input << EOF feature import-marks=marks.out @@ -1613,9 +1613,9 @@ feature export-marks=marks.new EOF test_expect_success \ - 'R: import to output marks works without any content' \ - 'cat input | git fast-import && - test_cmp marks.out marks.new' + 'R: import to output marks works without any content' \ + 'cat input | git fast-import && + test_cmp marks.out marks.new' cat >input <input < one.marks && - tail -n +3 marks.out > two.marks && - git fast-import --import-marks=one.marks --import-marks=two.marks one.marks && + tail -n +3 marks.out > two.marks && + git fast-import --import-marks=one.marks --import-marks=two.marks input <input <input << EOF @@ -1676,8 +1676,8 @@ EOF touch empty test_expect_success 'R: quiet option results in no stats being output' ' - cat input | git fast-import 2> output && - test_cmp empty output + cat input | git fast-import 2> output && + test_cmp empty output ' cat >input <input <