summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-11-24 15:39:18 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-11-24 17:45:29 +0000
commit881c765e52b6bd7e88becbf9ad8ab091023e3e35 (patch)
tree4acbb3d63f2b1f2bdb862c4fd7ce4550fc72700d
parenta110a1029e0eefe70bb1c057620c4102c6a52165 (diff)
autopkgtests: rename t-refs-same-more to t-refs-same (nfc)
-rw-r--r--tests/lib8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/lib b/tests/lib
index 1373020..2842b92 100644
--- a/tests/lib
+++ b/tests/lib
@@ -96,7 +96,7 @@ t-cloned-fetched-good () {
t-diff-nogit ../extract/$p-${v%-*} .
t-clean-on-branch dgit/sid
t-refs-same-start
- t-refs-same-more \
+ t-refs-same \
refs/heads/dgit/sid \
refs/remotes/dgit/dgit/sid
t-refs-notexist dgit/unstable remotes/dgit/dgit/unstable
@@ -147,7 +147,7 @@ t-refs-same-start () {
t_ref_val=''
}
-t-refs-same-more () {
+t-refs-same () {
local g
for g in $*; do
t-ref-same $g
@@ -171,7 +171,7 @@ t-v-tag () {
t-pushed-good () {
local branch=$1
t-ref-dsc-dgit
- t-refs-same-more \
+ t-refs-same \
refs/heads/$branch \
`t-v-tag` \
refs/remotes/dgit/dgit/sid
@@ -179,7 +179,7 @@ t-pushed-good () {
refs/heads/dgit/unstable \
refs/remotes/dgit/dgit/unstable
(set -e; cd $tmp/git/$p.git
- t-refs-same-more \
+ t-refs-same \
refs/dgit/sid \
`t-v-tag`
t-refs-notexist \