summaryrefslogtreecommitdiff
path: root/source4/torture/raw/search.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/raw/search.c')
-rw-r--r--source4/torture/raw/search.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/torture/raw/search.c b/source4/torture/raw/search.c
index 2d73c8e34e..17673fd2b4 100644
--- a/source4/torture/raw/search.c
+++ b/source4/torture/raw/search.c
@@ -896,8 +896,7 @@ static BOOL test_sorted(struct smbcli_state *cli, TALLOC_CTX *mem_ctx)
if (StrCaseCmp(name1, name2) > 0) {
printf("non-alphabetical order at entry %d '%s' '%s'\n",
i, name1, name2);
- printf("Server does not produce sorted directory listings\n");
- ret = False;
+ printf("Server does not produce sorted directory listings (not an error)\n");
goto done;
}
}