chiark / gitweb /
Tests: debpolicy-newreject: Make and use a tag at the start
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 17 May 2015 09:59:28 +0000 (10:59 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 31 May 2015 10:54:14 +0000 (11:54 +0100)
tests/tests/debpolicy-newreject

index 00972e747fe8b0483bbd8ea6927e045e891c9387..19b1e15e5223951d47ef034342c7ad076304306c 100755 (executable)
@@ -17,6 +17,8 @@ t-commit () {
        revision=$(( $revision + 1 ))
 }
 
+git tag start
+
 echo FORBIDDEN >debian/some-file
 git add debian/some-file
 t-commit 'Commit a forbidden thing'
@@ -29,7 +31,7 @@ t-expect-fail 'forbidden for testing' \
 t-dgit push --new
 t-git-dir-check enoent
 
-git reset --hard HEAD~
+git reset --hard start
 t-commit 'will vanish from NEW'
 vanished=$v
 t-dgit build