chiark / gitweb /
test suite: gitattributes: Break out origtar= setting
[dgit.git] / tests / tests / gitattributes
index a0e436d24a4c13bf830a47e773394de2fb0d5ff7..fcbe313b623d7a8b1cde10f648bb7a20ce86c493 100755 (executable)
@@ -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 -----
 
@@ -168,7 +170,7 @@ diff_convert () { :; }
 sfmt_setup 1.1 diff
 sfmt_import norm
 
-: ----- test "3.0 (quilt)"
+: ----- test "3.0 (quilt)" -----
 
 quilt_addpatch () {
        pname=$1