summaryrefslogtreecommitdiff
path: root/tests/tests/oldnewtagalt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests/oldnewtagalt')
-rwxr-xr-xtests/tests/oldnewtagalt25
1 files changed, 0 insertions, 25 deletions
diff --git a/tests/tests/oldnewtagalt b/tests/tests/oldnewtagalt
deleted file mode 100755
index 6730918..0000000
--- a/tests/tests/oldnewtagalt
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/bash
-set -e
-. tests/lib
-
-t-setup-import examplegit
-t-tstunt-parsechangelog
-
-cd $p
-
-test-push () {
- t-commit "$1"
- t-dgit -wgf build-source
- t-dgit push
-}
-
-for count in 1 2; do
- t-oldtag
- test-push "oldtag $count"
-
- t-newtag
- test-push "newtag $count"
-done
-
-t-ok
-