Skip to content

Commit

Permalink
OPENDNSSEC-896: use correct test sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
halderen committed Jun 14, 2017
1 parent 9c57c08 commit b45f79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test-cases.d/general.basic.passthrough/test.sh
Expand Up @@ -18,7 +18,7 @@ echo -n "LINE: ${LINENO} " && syslog_waitfor 10 'ods-signerd: .*\[STATS\] exampl
echo -n "LINE: ${LINENO} " && test -f "$INSTALL_ROOT/var/opendnssec/signed/example.com" &&

## test absence of signatures
echo -n "LINE: ${LINENO} " && grep -vq RRSIG "$INSTALL_ROOT/var/opendnssec/signed/example.com" &&
echo -n "LINE: ${LINENO} " && if grep -q RRSIG "$INSTALL_ROOT/var/opendnssec/signed/example.com" ; then false ; fi &&

## test serial bump
echo -n "LINE: ${LINENO} " && SOA1=`grep SOA "$INSTALL_ROOT/var/opendnssec/unsigned/example.com" | cut -f5 | cut -f3 -d" "` &&
Expand Down

0 comments on commit b45f79d

Please sign in to comment.