summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to '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 -----