torture3: Fix an error message
authorVolker Lendecke <vl@samba.org>
Thu, 13 Oct 2022 09:08:06 +0000 (11:08 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 27 Oct 2022 18:18:36 +0000 (18:18 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/torture/test_posix.c

index 20b2b13676110301facee78f958ac097db9ffcaf..a4edb9e9c3d7c5ea79073df6ae460e58aaa19142 100644 (file)
@@ -198,7 +198,7 @@ bool run_posix_ls_wildcard_test(int dummy)
 
        status = cli_list(cli_win, "*", 0, posix_ls_fn, state);
        if (!NT_STATUS_IS_OK(status)) {
-               printf("cli_close failed %s\n", nt_errstr(status));
+               printf("cli_list failed %s\n", nt_errstr(status));
                goto out;
        }