From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jay Soffian Subject: [PATCH] test suite: correct export var=val usage Date: Tue, 17 Feb 2009 17:54:00 -0500 Message-ID: <1234911240-37028-1-git-send-email-jaysoffian@gmail.com> References: <7vr61w3dug.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Jay Soffian , Junio C Hamano , Brandon Casey , Thomas Rast , Johannes Schindelin To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Tue Feb 17 23:55:37 2009 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1LZYqm-00028c-US for gcvg-git-2@gmane.org; Tue, 17 Feb 2009 23:55:37 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753487AbZBQWyK (ORCPT ); Tue, 17 Feb 2009 17:54:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753295AbZBQWyI (ORCPT ); Tue, 17 Feb 2009 17:54:08 -0500 Received: from yw-out-2324.google.com ([74.125.46.31]:55645 "EHLO yw-out-2324.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752530AbZBQWyF (ORCPT ); Tue, 17 Feb 2009 17:54:05 -0500 Received: by yw-out-2324.google.com with SMTP id 5so1197251ywh.1 for ; Tue, 17 Feb 2009 14:54:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=hyNUE5BTwa6Ia0Zx76nXWfWfoiJwpK57GqtrH6zbeTA=; b=Jeb18+6GFcHjUC+Q3DkyFijxRIsK8spQRzOyaIcPzmQb6g0Iihbp0v70KDQauU1wIM HQgA9dRAA7PPcuFYSM8omNCJ30TdB5bGP6RwHRYYN7wdxD/5q1FLESyQZfCUdY+5R5/0 a5chyRWkcrcU/90AlLlFHON8Vez2bhC4l+F/E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :mime-version:content-type:content-transfer-encoding; b=V4bMRT1eFUTdb82o2XaNIZhQvbrvIjQ0og2Jtyfosnp+bJ4+KqcPnp5stjmjXIOU2N 7FWUZ9w51jjew/LjBVDSnZ4XhVI4Y+xiiv7QZZpJpEMWzVJ8mRfMlIkxzoUJwn5T0Xhn 42PYhP670mZB8cqLJKp/3BKj3aXmxkJibKRZE= Received: by 10.65.228.18 with SMTP id f18mr4225583qbr.107.1234911243865; Tue, 17 Feb 2009 14:54:03 -0800 (PST) Received: from localhost (cpe-075-182-093-216.nc.res.rr.com [75.182.93.216]) by mx.google.com with ESMTPS id p30sm18018176qbp.22.2009.02.17.14.54.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 17 Feb 2009 14:54:03 -0800 (PST) X-Mailer: git-send-email 1.6.2.rc1.218.g1b4fab In-Reply-To: <7vr61w3dug.fsf@gitster.siamese.dyndns.org> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Some shells do not like "export var=val", and the right way to write these is to do an usual assignment and then export just variable names. Signed-off-by: Jay Soffian --- This time with SOB. Sorry. t/t3301-notes.sh | 6 +++--- t/t3302-notes-index-expensive.sh | 4 ++-- t/t9301-fast-export.sh | 4 ++-- t/test-lib.sh | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/t/t3301-notes.sh b/t/t3301-notes.sh index 2321316..7ea98f2 100755 --- a/t/t3301-notes.sh +++ b/t/t3301-notes.sh @@ -38,14 +38,14 @@ test_expect_success 'need valid notes ref' ' ' test_expect_success 'refusing to edit in refs/heads/' ' - (MSG=1 GIT_NOTES_REF=refs/heads/bogus && - export MSG= GIT_NOTES_REF=refs/heads/bogus && + (MSG=1 GIT_NOTES_REF=refs/heads/bogus + && export MSG GIT_NOTES_REF && test_must_fail git notes edit) ' test_expect_success 'refusing to edit in refs/remotes/' ' (MSG=1 GIT_NOTES_REF=refs/remotes/bogus && - export MSG= GIT_NOTES_REF=refs/heads/bogus && + export MSG GIT_NOTES_REF && test_must_fail git notes edit) ' diff --git a/t/t3302-notes-index-expensive.sh b/t/t3302-notes-index-expensive.sh index 00d27bf..0ef3e95 100755 --- a/t/t3302-notes-index-expensive.sh +++ b/t/t3302-notes-index-expensive.sh @@ -29,7 +29,7 @@ create_repo () { done && git update-ref refs/heads/master $commit && { - export GIT_INDEX_FILE=.git/temp; + GIT_INDEX_FILE=.git/temp; export GIT_INDEX_FILE; git rev-list HEAD | cat -n | sed "s/^[ ][ ]*/ /g" | while read nr sha1; do blob=$(echo note $nr | git hash-object -w --stdin) && @@ -63,7 +63,7 @@ cat > time_notes << \EOF while [ $i -lt $2 ]; do case $1 in no-notes) - export GIT_NOTES_REF=non-existing + GIT_NOTES_REF=non-existing; export GIT_NOTES_REF ;; notes) unset GIT_NOTES_REF diff --git a/t/t9301-fast-export.sh b/t/t9301-fast-export.sh index 9985721..86c3760 100755 --- a/t/t9301-fast-export.sh +++ b/t/t9301-fast-export.sh @@ -185,8 +185,8 @@ test_expect_success 'submodule fast-export | fast-import' ' ' -export GIT_AUTHOR_NAME='A U Thor' -export GIT_COMMITTER_NAME='C O Mitter' +GIT_AUTHOR_NAME='A U Thor'; export GIT_AUTHOR_NAME +GIT_COMMITTER_NAME='C O Mitter'; export GIT_COMMITTER_NAME test_expect_success 'setup copies' ' diff --git a/t/test-lib.sh b/t/test-lib.sh index 2021446..7a847ec 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -98,7 +98,7 @@ do -i|--i|--im|--imm|--imme|--immed|--immedi|--immedia|--immediat|--immediate) immediate=t; shift ;; -l|--l|--lo|--lon|--long|--long-|--long-t|--long-te|--long-tes|--long-test|--long-tests) - export GIT_TEST_LONG=t; shift ;; + GIT_TEST_LONG=t; export GIT_TEST_LONG; shift ;; -h|--h|--he|--hel|--help) help=t; shift ;; -v|--v|--ve|--ver|--verb|--verbo|--verbos|--verbose) -- 1.6.2.rc1.218.g1b4fab