summaryrefslogtreecommitdiff
path: root/tests/lib
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/lib b/tests/lib
index c51c4a6..dd7a67d 100644
--- a/tests/lib
+++ b/tests/lib
@@ -513,9 +513,9 @@ t-apply-diff () {
}
t-gbp-unapplied-pq2qc () {
- # does `gbp pq export' (leaving us on BRANCH (eg "quilt-tip"))
+ # does `gbp pq export'
# commits the resulting debian/patches on qc/BRANCH
- # goes back to patch-queue/BRANCH
+ # leaves us on qc/BRANCH (eg "qc/quilt-tip"))
# qc/BRANCH is not fast-forwarding
gbp pq export
@@ -531,7 +531,6 @@ t-gbp-unapplied-pq2qc () {
git checkout qc/$branch
git add debian/patches
git commit -m 'Commit patch queue'
- git checkout patch-queue/$branch
}
t-gbp-example-prep () {