chiark / gitweb /
git- prefixes: Test suite: Fix t-gbp-example-prep
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 16 Oct 2016 11:53:59 +0000 (12:53 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 16 Oct 2016 12:11:13 +0000 (13:11 +0100)
Broken ever since it was introduced.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tests/lib

index b4642ae89556a05fb38699635ac898d39af224bd..6401f933c9989ec169899500a6c215bbef8113b2 100644 (file)
--- a/tests/lib
+++ b/tests/lib
@@ -786,7 +786,7 @@ t-gbp-example-prep () {
 
        t-dgit fetch
 
 
        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
        gbp pq rebase
 
        echo '/* some comment */' >>src.c