[SCM] SAMBA-CTDB repository - branch v3-4-ctdb updated - 3.4.7-ctdb-9-49-ge97b5b7

Michael Adam obnox at samba.org
Thu Sep 30 05:16:49 MDT 2010


The branch, v3-4-ctdb has been updated
       via  e97b5b7e2a48cb21e7118b15a34e70c623eebbc8 (commit)
      from  bceb895aa4f82851a7475e7e6218587c8eddb6a4 (commit)

http://gitweb.samba.org/?p=obnox/samba-ctdb.git;a=shortlog;h=v3-4-ctdb


- Log -----------------------------------------------------------------
commit e97b5b7e2a48cb21e7118b15a34e70c623eebbc8
Author: Michael Adam <obnox at samba.org>
Date:   Wed Sep 22 06:00:00 2010 +0200

    s3:tests: fix misplaced '...' for grep pattern in test_net_registry.sh

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

Summary of changes:
 source3/script/tests/test_net_registry.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/script/tests/test_net_registry.sh b/source3/script/tests/test_net_registry.sh
index 0fabd46..05c0056 100755
--- a/source3/script/tests/test_net_registry.sh
+++ b/source3/script/tests/test_net_registry.sh
@@ -144,7 +144,7 @@ test_deletekey()
 	fi
 
 	UNEXPECTED="Keyname = ${SUBKEY}"
-	printf "%s\n" "$OUTPUT" | 'grep ^Keyname' | grep ${SUBKEY}
+	printf "%s\n" "$OUTPUT" | grep '^Keyname' | grep ${SUBKEY}
 	if test "x$?" = "x0" ; then
 		echo "ERROR: found '$UNEXPECTED' after delete in output"
 		echo "output:"


-- 
SAMBA-CTDB repository


More information about the samba-cvs mailing list