From f4399d3aed71f034012fd8b06b9dbe11bf203d02 Mon Sep 17 00:00:00 2001 From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz> Date: Mon, 19 Jan 2015 21:44:54 +0100 Subject: [PATCH] fix typesetting --- tests.aderivation.aintegral.sh | 4 ++-- tests.examples.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests.aderivation.aintegral.sh b/tests.aderivation.aintegral.sh index f904f66e8c..5bbd5c6416 100755 --- a/tests.aderivation.aintegral.sh +++ b/tests.aderivation.aintegral.sh @@ -25,8 +25,8 @@ function regexpToMDFA { } function compareRegexp { - regexpToMDFA "$1" > tmp1.xml - regexpToMDFA "$2" > tmp2.xml + regexpToMDFA "$1" > tmp1.xml + regexpToMDFA "$2" > tmp2.xml # relies on ret code by adiff.automaton ./acompare2 tmp1.xml tmp2.xml > /dev/null diff --git a/tests.examples.sh b/tests.examples.sh index 89b648ed41..0db6a0e4b2 100755 --- a/tests.examples.sh +++ b/tests.examples.sh @@ -112,7 +112,7 @@ function outputResults { # $1 - aconversions2 sequence function runTest { - echo $1 + echo $1 \(./aecho2\) echo -ne "\t" clearResults -- GitLab