s3:tests: fix misplaced '...' for grep pattern in test_net_registry.sh
authorMichael Adam <obnox@samba.org>
Wed, 22 Sep 2010 04:00:00 +0000 (06:00 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 30 Sep 2010 11:16:49 +0000 (13:16 +0200)
source3/script/tests/test_net_registry.sh

index 0fabd46cf11d2566d5ead2450b74124da20d81de..05c0056df361925f90f1d18ad3bef1e22b50f3f5 100755 (executable)
@@ -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:"