Skip to content

Commit

Permalink
Fix container hash in changed test
Browse files Browse the repository at this point in the history
  • Loading branch information
tailhook committed Aug 14, 2018
1 parent 19d7f28 commit 741d0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ubuntu.bats
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ setup() {
run vagga _build ubuntu-repo-full
printf "%s\n" "${lines[@]}"
link=$(readlink .vagga/ubuntu-repo-full)
[[ $link = ".roots/ubuntu-repo-full.f6eff814/root" ]]
[[ $link = ".roots/ubuntu-repo-full.71fe190e/root" ]]

repo_line=$(cat ".vagga/ubuntu-repo-full/etc/apt/sources.list.d/2efc24ff-vagga.list")
[[ $repo_line = "deb [trusted=yes] http://ubuntu.zerogw.com vagga main" ]]
Expand Down

0 comments on commit 741d0d9

Please sign in to comment.