From: Wouter Wijngaards Date: Thu, 29 Nov 2018 13:09:46 +0000 (+0000) Subject: Fixup test. X-Git-Tag: release-1.9.0rc1~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6da6c251c35ef5d2a965d1d289ee0fa484319ca;p=thirdparty%2Funbound.git Fixup test. git-svn-id: file:///svn/unbound/trunk@4996 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/testdata/07-confroot.tdir/07-confroot.test b/testdata/07-confroot.tdir/07-confroot.test index 523843516..d940aa873 100644 --- a/testdata/07-confroot.tdir/07-confroot.test +++ b/testdata/07-confroot.tdir/07-confroot.test @@ -153,7 +153,7 @@ server: EOF $PRE/unbound-checkconf test.conf -if test $? -ne 1; then +if test $? -ne 0; then echo "Checkconf of config with chroot inside it failed" exit 1 fi