Skip to content

Commit

Permalink
test: bump version to 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ncopa committed Mar 3, 2017
1 parent acfc884 commit 9e5ab9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_alpine-3.5.bats
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ setup() {
@test "version is correct" {
run docker run alpine:3.5 cat /etc/os-release
[ $status -eq 0 ]
[ "${lines[2]}" = "VERSION_ID=3.5.0" ]
[ "${lines[2]}" = "VERSION_ID=3.5.2" ]
}

@test "package installs cleanly" {
Expand Down

0 comments on commit 9e5ab9b

Please sign in to comment.