summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2019-01-06 13:26:10 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-01-06 13:27:01 +0000
commitdc9df4ad8714bab9656d932854ef5631b46c124e (patch)
tree0270c3fce54e03710eeed51afacf4d7fa4ececc3 /tests
parentd22395d9e46d321b69086def1088fa10516039de (diff)
test suite: exmaplegit: Do not leave the tree dirty
This test setup facility passed a dirty working tree to all of its consumers. That was not really intended or useful, and is about to start causing trouble. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/setup/examplegit2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/setup/examplegit b/tests/setup/examplegit
index 48864d4..88f6178 100755
--- a/tests/setup/examplegit
+++ b/tests/setup/examplegit
@@ -48,4 +48,6 @@ git add which
t-commit Sid
push-to master sid
+git clean -xdff
+
t-setup-done 'p v suitespecs majorv revision' "aq git mirror $p"