chiark / gitweb /
Test suite: Test --quilt=unapplied and --quilt=dpm
[dgit.git] / tests / tests / tag-updates
index 544be162496495b23efd9fb1d79003af6cd6eb73..8c6ab0926e895be4418f55cb19b50c9944712e42 100755 (executable)
@@ -14,14 +14,13 @@ tagref=`t-v-tag`
 tagname=${tn#refs/tags}
 
 (set -e
- cd $tmp/git/$p.git
+ cd $dgitrepo
  git tag -m UNWANTED unwanted dgit/sid)
 
 fetch-check () {
        t-dgit fetch
        t-ref-same-exact $tagref
        t-refs-notexist refs/tags/unwanted
-       git rev-parse refs/dgit-fetch/sid/tags/unwanted
 }
 
 t-ref-same-exact $tagref