diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2019-02-06 12:31:02 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2019-02-06 12:31:02 +0000 |
| commit | 9c9d011eed674ddd7e4a0a148691887afb9e75cd (patch) | |
| tree | cd45bceeed24e66e5b2838e8589d2c111cf691c6 /testdata/07-confroot.tdir | |
| parent | 089d83fbd0b24f957b753d440f188ddadaabf4ff (diff) | |
Notes
Diffstat (limited to 'testdata/07-confroot.tdir')
| -rw-r--r-- | testdata/07-confroot.tdir/07-confroot.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/07-confroot.tdir/07-confroot.test b/testdata/07-confroot.tdir/07-confroot.test index 5238435167a8..d940aa873d83 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 |
