summaryrefslogtreecommitdiff
path: root/tests/tests/gitattributes
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-15 22:50:12 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-16 01:25:19 +0000
commita2dcf75241e1c3b8e9961bd7905505e11908567d (patch)
tree436728e2278c9f3b1c0bb3cd3b49e295567928fe /tests/tests/gitattributes
parent0d69052a5295535c85d05879cc8bf530d0e906e7 (diff)
test suite: gitattributes: Remove .git from orig
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/tests/gitattributes')
-rwxr-xr-xtests/tests/gitattributes2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests/gitattributes b/tests/tests/gitattributes
index 74dbdde..7b0818a 100755
--- a/tests/tests/gitattributes
+++ b/tests/tests/gitattributes
@@ -135,7 +135,7 @@ sfmt_import () {
: ----- generate the orig -----
-tar --exclude=debian -zcf ${p}_${bv}.orig.tar.gz $p
+tar --exclude=debian --exclude=.git -zcf ${p}_${bv}.orig.tar.gz $p
: ----- test 1.0 native -----