* 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:
parent
3ec8a99b24
commit
f6174b7f5e
2 changed files with 4 additions and 1 deletions
|
|
@ -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).
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue