Skip to content

Commit

Permalink
Fix test for get_download_link.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tplavcic committed Jan 8, 2019
1 parent f42a5bf commit 557dc4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_download_link_test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
run ./get_download_link.sh --product postgresql
[ "$status" -eq 0 ]

run ./get_download_link.sh --product postgresql --version 10.5
run ./get_download_link.sh --product postgresql --version 10.6
[ "$status" -eq 0 ]

run ./get_download_link.sh --product postgresql --version 9.6
Expand Down

0 comments on commit 557dc4f

Please sign in to comment.