diff options
author | Michael Adam <obnox@samba.org> | 2008-03-18 13:02:32 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-03-18 16:10:46 +0100 |
commit | 195853464a883b1dd29f7eca73e6b0a057ceae4c (patch) | |
tree | 9a5d54c723e9c1a12a4df73c7e1c8cc4a427419f | |
parent | 7a5438ae111416ce33ffd8f0468fd031ae58577a (diff) | |
download | samba-195853464a883b1dd29f7eca73e6b0a057ceae4c.tar.gz samba-195853464a883b1dd29f7eca73e6b0a057ceae4c.tar.bz2 samba-195853464a883b1dd29f7eca73e6b0a057ceae4c.zip |
smbtorture: fix typos in RAW-OPLOCK output.
Michael
(This used to be commit 9fa4b53b61064c910b8f5c9c676c971023b8670c)
-rw-r--r-- | source4/torture/raw/oplock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/raw/oplock.c b/source4/torture/raw/oplock.c index 5ab43d5e78..8b2e4fb177 100644 --- a/source4/torture/raw/oplock.c +++ b/source4/torture/raw/oplock.c @@ -2539,7 +2539,7 @@ static bool test_raw_oplock_batch22(struct torture_context *tctx, struct smbcli_ int te; if (torture_setting_bool(tctx, "samba3", false)) { - torture_skip(tctx, "BACHT22 disabled against samba3\n"); + torture_skip(tctx, "BATCH22 disabled against samba3\n"); } if (!torture_setup_dir(cli1, BASEDIR)) { @@ -2629,7 +2629,7 @@ static bool test_raw_oplock_batch23(struct torture_context *tctx, struct smbcli_ struct smbcli_state *cli3 = NULL; if (torture_setting_bool(tctx, "samba3", false)) { - torture_skip(tctx, "BACHT23 disabled against samba3\n"); + torture_skip(tctx, "BATCH23 disabled against samba3\n"); } if (!torture_setup_dir(cli1, BASEDIR)) { |