From: Ian Jackson Date: Sat, 8 Oct 2016 19:19:11 +0000 (+0100) Subject: Test suite: Fix two test cases (git-foo => git foo) X-Git-Tag: archive/debian/2.0~85 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b73268f2c9f2043b0dc0e5d1013255b59ee7b00b;p=dgit.git Test suite: Fix two test cases (git-foo => git foo) Signed-off-by: Ian Jackson --- diff --git a/tests/tests/fetch-localgitonly b/tests/tests/fetch-localgitonly index 9d6a2acc..b0ade5f2 100755 --- a/tests/tests/fetch-localgitonly +++ b/tests/tests/fetch-localgitonly @@ -10,7 +10,7 @@ old=`git rev-parse HEAD` # pretend that we previously fetched 3-1 (otherwise, dgit # is entitled to, and will, make a new history) -git-update-ref refs/remotes/dgit/dgit/sid refs/heads/dgit/sid +git update-ref refs/remotes/dgit/dgit/sid refs/heads/dgit/sid t-dgit pull diff --git a/tests/tests/quilt-splitbrains b/tests/tests/quilt-splitbrains index fca14220..134d2438 100755 --- a/tests/tests/quilt-splitbrains +++ b/tests/tests/quilt-splitbrains @@ -58,7 +58,7 @@ Subject: Add .gitignore --- END -git-diff /dev/null .gitignore >>$pf || test $? = 1 +git diff /dev/null .gitignore >>$pf || test $? = 1 echo ${pf##*/} >>debian/patches/series git add debian/patches