summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-08-03 12:25:48 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-08-04 23:06:19 +0100
commit8a5bce1de4136b262168d561c118d82c34a3e810 (patch)
tree1fc39e36f1023f21311820325987dc7db43f1b98 /tests
parent23cbafafa0fd6af331957bee65bc5925a4d6cdee (diff)
test suite: gitworktree: Test quiltification
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tests/gitworktree7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/tests/gitworktree b/tests/tests/gitworktree
index 5d87858..e675a0a 100755
--- a/tests/tests/gitworktree
+++ b/tests/tests/gitworktree
@@ -17,7 +17,12 @@ t-dgit fetch
t-dgit setup-new-tree
-t-dgit -wgf build
+echo hi >>modification
+git add modification
+git commit -m 'want this'
+t-dgit -wgf quilt-fixup
+
+t-dgit -wgf --quilt=nofix build
t-dgit -wgf push