diff options
author | Amitay Isaacs <amitay@gmail.com> | 2013-04-11 16:58:59 +1000 |
---|---|---|
committer | Amitay Isaacs <amitay@gmail.com> | 2013-04-15 15:37:39 +1000 |
commit | 43860e4ba01db28b4be9624c7b6f1ca7a11e5a46 (patch) | |
tree | 95e542befb14c74a564d3e85d8b0b286445d8a31 | |
parent | e062555da0f073d96b2ea4544dfbfda183364626 (diff) | |
download | samba-43860e4ba01db28b4be9624c7b6f1ca7a11e5a46.tar.gz samba-43860e4ba01db28b4be9624c7b6f1ca7a11e5a46.tar.xz samba-43860e4ba01db28b4be9624c7b6f1ca7a11e5a46.zip |
tests: Fix typo in variable name
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
(This used to be ctdb commit 043e18a8324ccb2c8ddd7b323ebedb5b0de1298d)
-rwxr-xr-x | ctdb/tests/simple/76_ctdb_pdb_recovery.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tests/simple/76_ctdb_pdb_recovery.sh b/ctdb/tests/simple/76_ctdb_pdb_recovery.sh index 2f21fdd805..50f241e652 100755 --- a/ctdb/tests/simple/76_ctdb_pdb_recovery.sh +++ b/ctdb/tests/simple/76_ctdb_pdb_recovery.sh @@ -86,7 +86,7 @@ wait_until_node_has_status 1 notstopped # TESTDB="persistent_test.tdb" -stauts=0 +status=0 # Create a temporary persistent database to test with echo "create persistent test database $TESTDB" |