Updated path to sexp-conv, now in ../tools/sexp-conv.
Rev: src/nettle/testsuite/sexp-conv-test:1.2
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
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
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