]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
torture3: Fix an error message
authorVolker Lendecke <vl@samba.org>
Mon, 19 Dec 2022 15:35:51 +0000 (16:35 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 23 Jan 2025 23:08:38 +0000 (23:08 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/torture/torture.c

index b6f4312a45e2a71f451ab8fe126bff898852b545..0a915d79bc60e0ccbd6620b3897a611a96f67106 100644 (file)
@@ -8720,8 +8720,8 @@ static bool run_ea_symlink_test(int dummy)
        }
 
        if (num_eas != 0) {
-               printf("cli_get_ea_list_path failed (%s)\n",
-                       nt_errstr(status));
+               printf("cli_get_ea_list_path found %zu eas, expected 0\n",
+                      num_eas);
                goto out;
        }