summaryrefslogtreecommitdiff
path: root/tests/tests/gdr-edits
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests/gdr-edits')
-rwxr-xr-xtests/tests/gdr-edits13
1 files changed, 1 insertions, 12 deletions
diff --git a/tests/tests/gdr-edits b/tests/tests/gdr-edits
index 3efd063..cff33b1 100755
--- a/tests/tests/gdr-edits
+++ b/tests/tests/gdr-edits
@@ -14,18 +14,7 @@ t-dch-commit -v $v -m testing
t-git-debrebase analyse |tee ../anal.1
cat ../anal.1
-echo >>debian/zorkmid '// debian'
-git add debian/zorkmid
-git commit -m 'DEBIAN add zorkmid'
-
-echo >>src.c '// upstream'
-git commit -a -m 'UPSTREAM edit src.c'
-
-for f in debian/zorkmid src.c; do
- echo '// both!' >>$f
- git add $f
-done
-git commit -m 'MIXED add boths'
+t-some-changes edits
t-dch-commit -r sid