From 7dd22bdb476e7565a755bf44040ed505d84e07a9 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 11 Jun 2012 17:58:02 +0200 Subject: s4:torture: fix use of non-existent word (existant) --- source4/torture/smb2/notify.c | 4 ++-- source4/torture/smb2/streams.c | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'source4/torture/smb2') diff --git a/source4/torture/smb2/notify.c b/source4/torture/smb2/notify.c index e4e26365e3..7a4e5622d2 100644 --- a/source4/torture/smb2/notify.c +++ b/source4/torture/smb2/notify.c @@ -367,7 +367,7 @@ static bool torture_smb2_notify_dir(struct torture_context *torture, notify.smb2.in.file.handle = h1; req = smb2_notify_send(tree1, &(notify.smb2)); - status = smb2_util_unlink(tree1, BASEDIR "\\nonexistant.txt"); + status = smb2_util_unlink(tree1, BASEDIR "\\nonexistent.txt"); CHECK_STATUS(status, NT_STATUS_OBJECT_NAME_NOT_FOUND); /* (1st unlink) as the 2nd notify directly returns, @@ -400,7 +400,7 @@ static bool torture_smb2_notify_dir(struct torture_context *torture, "(3rd notify) this notify will only see the 1st unlink\n"); req = smb2_notify_send(tree1, &(notify.smb2)); - status = smb2_util_unlink(tree1, BASEDIR "\\nonexistant.txt"); + status = smb2_util_unlink(tree1, BASEDIR "\\nonexistent.txt"); CHECK_STATUS(status, NT_STATUS_OBJECT_NAME_NOT_FOUND); for (i=1;i