reviewed: marka

1273.   [bug]           The dnssec system test failed to remove the correct
                        files.
This commit is contained in:
Mark Andrews
2002-07-02 03:43:38 +00:00
parent c073347825
commit b833082a39
2 changed files with 4 additions and 2 deletions

View File

@@ -15,11 +15,11 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: prereq.sh,v 1.3 2001/07/13 18:28:58 gson Exp $
# $Id: prereq.sh,v 1.3.2.1 2002/07/02 03:43:38 marka Exp $
if $KEYGEN -a RSA -b 512 -n zone -r $KEYGEN foo > /dev/null 2>&1
then
rm -f foo*
rm -f Kfoo*
else
echo "I:This test requires that --with-openssl was used." >&2
exit 1