grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep branch, master, updated. v2.10-64-gfcff123


From: Jim Meyering
Subject: grep branch, master, updated. v2.10-64-gfcff123
Date: Sun, 22 Jan 2012 10:03:13 +0000

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  fcff123a3d67e2ce1bbd4592d39fa791087d9f8e (commit)
      from  0943cac756268c9476db0bc95151207755f469f5 (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=fcff123a3d67e2ce1bbd4592d39fa791087d9f8e


commit fcff123a3d67e2ce1bbd4592d39fa791087d9f8e
Author: Jim Meyering <address@hidden>
Date:   Sun Jan 22 10:45:20 2012 +0100

    build: update gnulib to latest; adjust quoting in tests
    
    * gnulib: Update.
    * tests/in-eq-out-infloop: Convert expected diagnostics to match
    new quoting.

diff --git a/gnulib b/gnulib
index 464f9e7..6f37b9d 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 464f9e7b25ea50440cd453931e18329844023fef
+Subproject commit 6f37b9dd8977f231e79d7a69277ed8a43af9625c
diff --git a/tests/in-eq-out-infloop b/tests/in-eq-out-infloop
index fc7acc6..0ef408a 100755
--- a/tests/in-eq-out-infloop
+++ b/tests/in-eq-out-infloop
@@ -16,8 +16,8 @@ echo "$v" > out || framework_failure_
 
 for arg in out - ''; do
   case $arg in
-    out) echo 'grep: input file `out'\'' is also the output';;
-    *)   echo 'grep: input file `(standard input)'\'' is also the output';;
+    out) echo "grep: input file 'out' is also the output";;
+    *)   echo "grep: input file '(standard input)' is also the output";;
   esac > err.exp || framework_failure_
 
   # Require an exit status of 2.

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

Summary of changes:
 gnulib                  |    2 +-
 tests/in-eq-out-infloop |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

[Prev in Thread] Current Thread [Next in Thread]