aboutsummaryrefslogtreecommitdiff
path: root/tests/test.sh
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-23 17:50:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-08 16:50:52 +0200
commit02ca7e6b7bb7c01659adba36944e59262f307b06 (patch)
tree44c560888f2912fc5e7dc81173b1cb83a551cd38 /tests/test.sh
parent40b0e4bb4354a6d613f6d678a1995532c83400cd (diff)
Support version release
Diffstat (limited to 'tests/test.sh')
-rwxr-xr-xtests/test.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/test.sh b/tests/test.sh
index 8b391d1..e6a0a10 100755
--- a/tests/test.sh
+++ b/tests/test.sh
@@ -679,22 +679,22 @@ stat libfoo "fetched 1.0.0"
test cfg-create --wipe
test cfg-add $rep/status/extra
test cfg-fetch
-stat libbar "available 1.1.0-1"
+stat libbar "available 1.1.0+1"
test cfg-add $rep/status/stable
test cfg-fetch
-stat libbar "available 1.1.0-1 1.0.0"
+stat libbar "available 1.1.0+1 1.0.0"
test cfg-create --wipe
test cfg-add $rep/status/testing
test cfg-fetch
-stat libbar "available 1.1.0 1.0.0-1 1.0.0"
+stat libbar "available 1.1.0 1.0.0+1 1.0.0"
test cfg-create --wipe
test cfg-add $rep/status/unstable
test cfg-fetch
-stat libbar "available 2.0.0 1.1.0 1.0.0-1 1.0.0"
-test pkg-fetch libbar/1.0.0-1
-stat libbar "fetched 1.0.0-1; available 2.0.0 1.1.0"
+stat libbar "available 2.0.0 1.1.0 1.0.0+1 1.0.0"
+test pkg-fetch libbar/1.0.0+1
+stat libbar "fetched 1.0.0+1; available 2.0.0 1.1.0"
test pkg-purge libbar
test pkg-fetch libbar/2.0.0
stat libbar "fetched 2.0.0"