This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  d5d7cfaa18fc7573572aa8a5526a3f034fc6f988 (commit)
      from  ebe17c14f4110af0b480f734f4a25d2fe78df217 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=d5d7cfaa18fc7573572aa8a5526a3f034fc6f988


commit d5d7cfaa18fc7573572aa8a5526a3f034fc6f988
Author: Jim Meyering <[email protected]>
Date:   Fri Mar 28 15:28:57 2014 -0700

    tests: placate "make syntax-check" re compare arg ordering
    
    * tests/euc-mb: Reverse order of arguments to compare.
    Be consistent in ordering compare arguments: expected followed
    by actual.

diff --git a/tests/euc-mb b/tests/euc-mb
index f44253f..aa254ca 100755
--- a/tests/euc-mb
+++ b/tests/euc-mb
@@ -37,7 +37,7 @@ make_input BABA |euc_grep AB && fail=1
 # determines there is no match after all.
 make_input BABAAB |euc_grep AB > out || fail=1
 make_input BABAAB > exp || framework_failure_
-compare out exp || fail=1
+compare exp out || fail=1
 make_input BABABA |euc_grep AB; test $? = 1 || fail=1
 
 Exit $fail

-----------------------------------------------------------------------

Summary of changes:
 tests/euc-mb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
grep

Reply via email to