From: Ian Jackson Date: Tue, 17 Jan 2017 12:16:06 +0000 (+0000) Subject: test suite: gitattributes: Break out origtar= setting X-Git-Tag: archive/debian/3.5~20 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=a7e7ff6e3046e32bf67af2c25f6ef7aca299bbca;ds=inline test suite: gitattributes: Break out origtar= setting No functional change. Signed-off-by: Ian Jackson --- diff --git a/tests/tests/gitattributes b/tests/tests/gitattributes index 04fcbcbd..fcbe313b 100755 --- a/tests/tests/gitattributes +++ b/tests/tests/gitattributes @@ -150,7 +150,9 @@ sfmt_import () { : ----- generate the orig ----- -tar --exclude=debian --exclude=.git -zcf ${p}_${bv}.orig.tar.gz $p +origtar=${p}_${bv}.orig.tar.gz + +tar --exclude=debian --exclude=.git -zcf $origtar $p : ----- test 1.0 native -----