From: Niels Möller Date: Thu, 7 Nov 2002 08:07:00 +0000 (+0100) Subject: Moved test from examples directory. X-Git-Tag: nettle_1.7_release_20030311~175 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8637c1e793dab9c21cc5bb70e1efd6ff2356a38a;p=thirdparty%2Fnettle.git Moved test from examples directory. Updated path to sexp-conv, now in ../tools/sexp-conv. Rev: src/nettle/testsuite/sexp-conv-test:1.2 --- diff --git a/testsuite/sexp-conv-test b/testsuite/sexp-conv-test index a0f58812..f51547d9 100755 --- a/testsuite/sexp-conv-test +++ b/testsuite/sexp-conv-test @@ -17,7 +17,7 @@ fi test_advanced () { echo "$1" > test.in - if ./sexp-conv -s advanced test1.out ; then + if ../tools/sexp-conv -s advanced test1.out ; then true else exit 1 @@ -33,7 +33,7 @@ test_advanced () { test_transport () { echo "$1" > test.in - if ./sexp-conv -s transport test1.out ; then + if ../tools/sexp-conv -s transport test1.out ; then true else exit 1 @@ -49,7 +49,7 @@ test_transport () { test_canonical () { echo "$1" > test.in - if ./sexp-conv -s canonical test1.out ; then + if ../tools/sexp-conv -s canonical test1.out ; then true else exit 1