From 2beb7792866779aa23dd6cb9b17425c5c1c1696b Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 1 Feb 2019 09:51:37 -0500 Subject: Remove cryptestcwd binary Also see https://github.com/noloader/cryptopp-autotools/issues/3 --- TestScripts/cryptest-autotools.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'TestScripts/cryptest-autotools.sh') diff --git a/TestScripts/cryptest-autotools.sh b/TestScripts/cryptest-autotools.sh index d0ce2379..f70035f2 100755 --- a/TestScripts/cryptest-autotools.sh +++ b/TestScripts/cryptest-autotools.sh @@ -141,13 +141,13 @@ if ! "$MAKE" -j2 -f Makefile; then [[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1 fi -if ! ./cryptestcwd v; then - echo "cryptestcwd v failed." +if ! ./cryptest v; then + echo "cryptest v failed." [[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1 fi -if ! ./cryptestcwd tv all; then - echo "cryptestcwd tv all failed." +if ! ./cryptest tv all; then + echo "cryptest tv all failed." [[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1 fi -- cgit v1.2.1