summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-16 12:53:59 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-16 13:11:13 +0100
commitda5cdbc5bca7a170e624706399dcc6a4fedf396a (patch)
treeb40491ee5fcc9db88869cc4d3218af804ec98b9d
parent024e4dc85eabea7f3a8fabd28648b81e9078deb2 (diff)
git- prefixes: Test suite: Fix t-gbp-example-prep
Broken ever since it was introduced. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--tests/lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib b/tests/lib
index b4642ae..6401f93 100644
--- a/tests/lib
+++ b/tests/lib
@@ -786,7 +786,7 @@ t-gbp-example-prep () {
t-dgit fetch
- git-checkout -b patch-queue/quilt-tip-2 patch-queue/quilt-tip
+ git checkout -b patch-queue/quilt-tip-2 patch-queue/quilt-tip
gbp pq rebase
echo '/* some comment */' >>src.c