From 8637c1e793dab9c21cc5bb70e1efd6ff2356a38a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Thu, 7 Nov 2002 09:07:00 +0100 Subject: [PATCH] Moved test from examples directory. Updated path to sexp-conv, now in ../tools/sexp-conv. Rev: src/nettle/testsuite/sexp-conv-test:1.2 --- testsuite/sexp-conv-test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 <test.in >test1.out ; then + if ../tools/sexp-conv -s advanced <test.in >test1.out ; then true else exit 1 @@ -33,7 +33,7 @@ test_advanced () { test_transport () { echo "$1" > test.in - if ./sexp-conv -s transport <test.in >test1.out ; then + if ../tools/sexp-conv -s transport <test.in >test1.out ; then true else exit 1 @@ -49,7 +49,7 @@ test_transport () { test_canonical () { echo "$1" > test.in - if ./sexp-conv -s canonical <test.in >test1.out ; then + if ../tools/sexp-conv -s canonical <test.in >test1.out ; then true else exit 1 -- GitLab