Skip to content

Commit

Permalink
tests/test_debs.sh: verify that autoconfig.functions can be read, oth…
Browse files Browse the repository at this point in the history
…erwise fail

If autoconfig.functions can't be parsed (e.g. because of syntax errors)
then the test suite returns with exit code 0.
  • Loading branch information
mika committed Jul 2, 2012
1 parent 52675ce commit e984a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_debs.sh
Expand Up @@ -15,7 +15,7 @@ dpkg() {
}

test_debs() {
. ../autoconfig.functions
. ../autoconfig.functions || exit 1
CMDLINE='debs'
INSTALLED=''

Expand Down

0 comments on commit e984a87

Please sign in to comment.