summaryrefslogtreecommitdiff
path: root/tests/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-16 18:34:40 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-16 18:34:40 +0100
commit85809902a85307b0668abf816baea402393d8324 (patch)
tree2b2bbd843c95da3433d9b77178b29cb20adcc213 /tests/tests
parent67076f7426abe4204d133325bd632eb4bd8e2c68 (diff)
Test suite: Add test that #840989 is fixed
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/tests')
-rwxr-xr-xtests/tests/clone-clogsigpipe10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/tests/clone-clogsigpipe b/tests/tests/clone-clogsigpipe
new file mode 100755
index 0000000..ff5f303
--- /dev/null
+++ b/tests/tests/clone-clogsigpipe
@@ -0,0 +1,10 @@
+#!/bin/bash
+set -e
+. tests/lib
+
+t-archive example 1.0-1.100
+t-git-none
+
+t-dgit clone $p
+
+echo ok.