chiark / gitweb /
Test suite: Fix two test cases (git-foo => git foo)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 8 Oct 2016 19:19:11 +0000 (20:19 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 8 Oct 2016 19:19:11 +0000 (20:19 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tests/tests/fetch-localgitonly
tests/tests/quilt-splitbrains

index 9d6a2accce6122af623a56c59779d755a17623a2..b0ade5f2991e534efdd2b476e475d9b96c07272d 100755 (executable)
@@ -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
 
index fca142200861eec0edde91ec9dd508f5d7fc0b93..134d243893a0c56b7426267b22894adbe17ff170 100755 (executable)
@@ -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