* src/tgbatest/explicit.test: Do not use `-i', it's not needed

and it is wrong to put it after `-e'.  Caught by Denis too.
This commit is contained in:
Alexandre Duret-Lutz 2004-07-22 14:26:51 +00:00
parent 3ec8a99b24
commit f6174b7f5e
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2004-07-22 Alexandre Duret-Lutz <adl@src.lip6.fr> 2004-07-22 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbatest/explicit.test: Do not use `-i', it's not needed
and it is wrong to put it after `-e'. Caught by Denis too.
* src/ltltest/reduc.test: Use `test a = b' not `test a == b'. * src/ltltest/reduc.test: Use `test a = b' not `test a == b'.
Reported by <Denis.Poitrenaud@lip6.fr> (failure on Cygwin). Reported by <Denis.Poitrenaud@lip6.fr> (failure on Cygwin).

View file

@ -27,7 +27,7 @@ set -e
run 0 ./explicit > stdout run 0 ./explicit > stdout
perl -pe -i 's/c & b/b & c/g' stdout perl -pe 's/c & b/b & c/g' stdout
cat >expected <<EOF cat >expected <<EOF
digraph G { digraph G {