chiark
/
gitweb
/
~ianmdlvl
/
dgit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6049408
)
test suite: gitattributes: Break out origtar= setting
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 17 Jan 2017 12:16:06 +0000
(12:16 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 17 Jan 2017 12:16:06 +0000
(12:16 +0000)
No functional change.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tests/tests/gitattributes
patch
|
blob
|
history
diff --git
a/tests/tests/gitattributes
b/tests/tests/gitattributes
index 04fcbcbdef025ae538ba6f309b2c38006110c481..fcbe313b623d7a8b1cde10f648bb7a20ce86c493 100755
(executable)
--- 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 -----