[go: nahoru, domu]

Skip to content

Commit

Permalink
Get better output on 16.checktargetlist test
Browse files Browse the repository at this point in the history
  • Loading branch information
dnschneid committed Jul 9, 2018
1 parent 193dcfd commit beb9b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tests/16-targetsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ fi

checktargetlist() {
# Target list must include core only
[ "`host enter-chroot -n "$release" \
sed -e 's/,$//;s/^,//' /etc/crouton/targets`" = "core" ]
test "$(host enter-chroot -n "$release" \
sed -e 's/,$//;s/^,//' /etc/crouton/targets)" = 'core'
}

# Release-independent.
Expand Down

0 comments on commit beb9b6f

Please sign in to comment.