diff options
author | Martin Schwenke <martin@meltin.net> | 2012-05-25 11:44:56 +1000 |
---|---|---|
committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2012-05-25 15:26:26 +1000 |
commit | 0e1f20fe03b9303c29deb1a82dba8b0d457e1677 (patch) | |
tree | dc59adf6fc95e9da5b7d0fd78c3b306f63a3dd06 | |
parent | 2d953e6957eddf1f93d9d1895adb5b71badfb7af (diff) | |
download | samba-0e1f20fe03b9303c29deb1a82dba8b0d457e1677.tar.gz samba-0e1f20fe03b9303c29deb1a82dba8b0d457e1677.tar.xz samba-0e1f20fe03b9303c29deb1a82dba8b0d457e1677.zip |
tests/eventscripts: Tweak expected output for lockd:b restart
Commit 13acd58c41fba1a33894fbd654fed69ea0eac322 mades this test fail,
since lockd:b and lockd:bs were incorrectly producing the same output.
(This used to be ctdb commit fd3b73d7e634f16cbb99d7d5a548e12f00d1aadb)
-rw-r--r-- | ctdb/tests/eventscripts/scripts/local.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tests/eventscripts/scripts/local.sh b/ctdb/tests/eventscripts/scripts/local.sh index b2deb05759..e1ae84ceae 100644 --- a/ctdb/tests/eventscripts/scripts/local.sh +++ b/ctdb/tests/eventscripts/scripts/local.sh @@ -600,7 +600,7 @@ Starting nfs: OK" knfsd:bs) _t="Trying to restart NFS service" ;; - lockd) + lockd|lockd:b) _t="\ Trying to restart lock manager service Stopping nfslock: OK |