Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
f6174b7f
Commit
f6174b7f
authored
Jul 22, 2004
by
Alexandre Duret-Lutz
Browse files
* 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.
parent
3ec8a99b
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
f6174b7f
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'.
Reported by <Denis.Poitrenaud@lip6.fr> (failure on Cygwin).
...
...
src/tgbatest/explicit.test
View file @
f6174b7f
...
...
@@ -27,7 +27,7 @@ set -e
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
digraph
G
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment