chiark / gitweb /
test suite: gitattributes: Call t-git-none
[dgit.git] / tests / tests / gitattributes
index 04fcbcbdef025ae538ba6f309b2c38006110c481..286395d6b5e7fd968b334a556580d8300c1abe84 100755 (executable)
@@ -7,6 +7,7 @@ t-dependencies man-db git-man
 t-tstunt-parsechangelog
 
 t-archive-none example
+t-git-none
 bv=1.0
 t-worktree $bv
 
@@ -150,7 +151,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 -----