newline character, in order to stress the end of file handling.
Rev: src/nettle/testsuite/sexp-conv-test:1.3
fi
test_advanced () {
- echo "$1" > test.in
+ echo $n "$1$c" > test.in
if ../tools/sexp-conv -s advanced <test.in >test1.out ; then
true
else
}
test_transport () {
- echo "$1" > test.in
+ echo $n "$1$c" > test.in
if ../tools/sexp-conv -s transport <test.in >test1.out ; then
true
else
}
test_canonical () {
- echo "$1" > test.in
+ echo $n "$1$c" > test.in
if ../tools/sexp-conv -s canonical <test.in >test1.out ; then
true
else