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>
Wed, 22 Sep 2010 04:30:01 +0000 (06:30 +0200)
source3/script/tests/test_net_registry.sh

index 241926358ec1bd5d6519b5959749e4e369c87882..0d5916ebbad2efdd688db2fa2eb0fb490c0adc48 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:"