[functional-tests] bump version nr

This commit is contained in:
Joe Thornber 2020-07-03 13:28:02 +01:00
parent 73d26393ab
commit 23f3033f61

View File

@ -511,7 +511,7 @@
(define-scenario (thin-metadata-pack version) (define-scenario (thin-metadata-pack version)
"accepts --version" "accepts --version"
(run-ok-rcv (stdout _) (thin-metadata-pack "--version") (run-ok-rcv (stdout _) (thin-metadata-pack "--version")
(assert-equal "thin_metadata_pack 0.9.0-rc1" stdout))) (assert-equal "thin_metadata_pack 0.9.0-rc2" stdout)))
(define-scenario (thin-metadata-pack h) (define-scenario (thin-metadata-pack h)
"accepts -h" "accepts -h"
@ -553,7 +553,7 @@
(define-scenario (thin-metadata-unpack version) (define-scenario (thin-metadata-unpack version)
"accepts --version" "accepts --version"
(run-ok-rcv (stdout _) (thin-metadata-unpack "--version") (run-ok-rcv (stdout _) (thin-metadata-unpack "--version")
(assert-equal "thin_metadata_unpack 0.9.0-rc1" stdout))) (assert-equal "thin_metadata_unpack 0.9.0-rc2" stdout)))
(define-scenario (thin-metadata-unpack h) (define-scenario (thin-metadata-unpack h)
"accepts -h" "accepts -h"