Skip to content
Snippets Groups Projects
Commit 8637c1e7 authored by Niels Möller's avatar Niels Möller
Browse files

Moved test from examples directory.

Updated path to sexp-conv, now in ../tools/sexp-conv.

Rev: src/nettle/testsuite/sexp-conv-test:1.2
parent cd74ac5f
Branches
Tags
No related merge requests found
...@@ -17,7 +17,7 @@ fi ...@@ -17,7 +17,7 @@ fi
test_advanced () { test_advanced () {
echo "$1" > test.in 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 true
else else
exit 1 exit 1
...@@ -33,7 +33,7 @@ test_advanced () { ...@@ -33,7 +33,7 @@ test_advanced () {
test_transport () { test_transport () {
echo "$1" > test.in 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 true
else else
exit 1 exit 1
...@@ -49,7 +49,7 @@ test_transport () { ...@@ -49,7 +49,7 @@ test_transport () {
test_canonical () { test_canonical () {
echo "$1" > test.in 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 true
else else
exit 1 exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment