From: Ian Jackson Date: Sun, 16 Oct 2016 11:55:08 +0000 (+0100) Subject: git- prefixes: Test suite: fix tests/tests/quilt X-Git-Tag: archive/debian/2.1~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=11d78b560f710418517965a33539091a7d4f9dee;ds=sidebyside git- prefixes: Test suite: fix tests/tests/quilt Broken since 20ee7135bcbb "Test suite: quilt: Test that our patch makes it through dgit and gbp pq". Signed-off-by: Ian Jackson --- diff --git a/tests/tests/quilt b/tests/tests/quilt index 4988b2b9..0462f1a8 100755 --- a/tests/tests/quilt +++ b/tests/tests/quilt @@ -60,7 +60,7 @@ t-git-next-date git clean -xdf # We need to make a patches-unapplied version -unpa=$(git-log --pretty=format:'%H' --grep '^\[dgit import unpatched') +unpa=$(git log --pretty=format:'%H' --grep '^\[dgit import unpatched') git checkout -b for-gbp git reset "$unpa" . git reset HEAD debian