From 108dc0ef2598d9fc6e37d9be4cf692261088c8b2 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Sun, 6 Dec 2009 19:58:13 +0000 Subject: [PATCH] Fix typo "KILL -HUP" -> "kill -HUP" (after some failures) --- tests/scripts/test058-syncrepl-asymmetric | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/scripts/test058-syncrepl-asymmetric b/tests/scripts/test058-syncrepl-asymmetric index 86e62ca992..45d27e47d4 100755 --- a/tests/scripts/test058-syncrepl-asymmetric +++ b/tests/scripts/test058-syncrepl-asymmetric @@ -1641,7 +1641,7 @@ for i in 1 2 3 4 5; do "(description=Modify$NMUM)" 2>&1 | awk '/^dn:/ {print "NOK"}'` if test "x$RESULT" = "xNOK" ; then echo "Change was replicated to site1 search!" - test $KILLSERVERS != no && KILL -HUP $KILLPIDS + test $KILLSERVERS != no && kill -HUP $KILLPIDS exit 1 fi sleep 1 @@ -1654,7 +1654,7 @@ for i in 1 2 3 4 5; do "(description=Modify$MNUM)" 2>&1 | awk '/^dn:/ {print "NOK"}'` if test "x$RESULT" = "xNOK" ; then echo "Change was replicated to central search!" - test $KILLSERVERS != no && KILL -HUP $KILLPIDS + test $KILLSERVERS != no && kill -HUP $KILLPIDS exit 1 fi sleep 1 @@ -1729,7 +1729,7 @@ for i in 1 2 3 4 5; do "(description=Modify$MNUM)" 2>&1 | awk '/^dn:/ {print "NOK"}'` if test "x$RESULT" = "xNOK" ; then echo "Change was replicated to central search!" - test $KILLSERVERS != no && KILL -HUP $KILLPIDS + test $KILLSERVERS != no && kill -HUP $KILLPIDS exit 1 fi sleep 1 @@ -1742,7 +1742,7 @@ for i in 1 2 3 4 5; do "(description=Modify$MNUM)" 2>&1 | awk '/^dn:/ {print "NOK"}'` if test "x$RESULT" = "xNOK" ; then echo "Change was replicated to central search!" - test $KILLSERVERS != no && KILL -HUP $KILLPIDS + test $KILLSERVERS != no && kill -HUP $KILLPIDS exit 1 fi sleep 1 @@ -1799,7 +1799,7 @@ for i in 1 2 3 4 5; do "(description=Modify$NMUM)" 2>&1 | awk '/^dn:/ {print "NOK"}'` if test "x$RESULT" = "xNOK" ; then echo "Change was replicated to site2 search!" - test $KILLSERVERS != no && KILL -HUP $KILLPIDS + test $KILLSERVERS != no && kill -HUP $KILLPIDS exit 1 fi sleep 1 @@ -1875,7 +1875,7 @@ for i in 1 2 3 4 5; do "(description=Modify$MNUM)" 2>&1 | awk '/^dn:/ {print "NOK"}'` if test "x$RESULT" = "xNOK" ; then echo "Change was replicated to site2 search!" - test $KILLSERVERS != no && KILL -HUP $KILLPIDS + test $KILLSERVERS != no && kill -HUP $KILLPIDS exit 1 fi sleep 1 @@ -1888,7 +1888,7 @@ for i in 1 2 3 4 5; do "(description=Modify$MNUM)" 2>&1 | awk '/^dn:/ {print "NOK"}'` if test "x$RESULT" = "xNOK" ; then echo "Change was replicated to site2 search!" - test $KILLSERVERS != no && KILL -HUP $KILLPIDS + test $KILLSERVERS != no && kill -HUP $KILLPIDS exit 1 fi sleep 1 @@ -1945,7 +1945,7 @@ for i in 1 2 3 4 5; do "(description=Modify$MNUM)" 2>&1 | awk '/^dn:/ {print "NOK"}'` if test "x$RESULT" = "xNOK" ; then echo "Change was replicated to central search!" - test $KILLSERVERS != no && KILL -HUP $KILLPIDS + test $KILLSERVERS != no && kill -HUP $KILLPIDS exit 1 fi sleep 1 -- 2.39.5