summaryrefslogtreecommitdiff
path: root/source4/param/tests/share.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/param/tests/share.c')
-rw-r--r--source4/param/tests/share.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/tests/share.c b/source4/param/tests/share.c
index c64b5c607a..36a74b35c9 100644
--- a/source4/param/tests/share.c
+++ b/source4/param/tests/share.c
@@ -106,7 +106,7 @@ static bool test_share_remove_invalid(struct torture_context *tctx,
struct share_context *ctx = (struct share_context *)discard_const(tcase_data);
NTSTATUS status;
- status = share_remove(ctx, "nonexistant");
+ status = share_remove(ctx, "nonexistent");
if (NT_STATUS_EQUAL(status, NT_STATUS_NOT_IMPLEMENTED))
torture_skip(tctx, "Not supported by backend");