summaryrefslogtreecommitdiff
path: root/tests/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-17 12:16:06 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-17 12:16:06 +0000
commita7e7ff6e3046e32bf67af2c25f6ef7aca299bbca (patch)
treea67144b12f6f88f863d39508a0ae260aa08017f2 /tests/tests
parent6049408ca3970df8fbef951cc00f6cdb2c6ea9c5 (diff)
test suite: gitattributes: Break out origtar= setting
No functional change. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/tests')
-rwxr-xr-xtests/tests/gitattributes4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/tests/gitattributes b/tests/tests/gitattributes
index 04fcbcb..fcbe313 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 -----