]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Fixup test.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 29 Nov 2018 13:09:46 +0000 (13:09 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 29 Nov 2018 13:09:46 +0000 (13:09 +0000)
git-svn-id: file:///svn/unbound/trunk@4996 be551aaa-1e26-0410-a405-d3ace91eadb9

testdata/07-confroot.tdir/07-confroot.test

index 5238435167a853b60429b911b852cb1ad4b2361a..d940aa873d8374c1cdf952fd8fe7754a0e56637e 100644 (file)
@@ -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