posix_test_entries_reset(state);
printf("Doing POSIX ls *\n");
- state->flavour = LINUX;
+ state->flavour = POSIX;
status = cli_list(cli_unix, "*", 0, posix_ls_fn, state);
if (!NT_STATUS_IS_OK(status)) {
posix_test_entries_reset(state);
printf("Doing POSIX ls single\n");
- state->flavour = LINUX;
+ state->flavour = POSIX;
cli_list(cli_unix, file, 0, posix_ls_fn, state);
cli_list(cli_unix, symlnk_dangling, 0, posix_ls_fn, state);
frame = talloc_stackframe();
printf("Starting POSIX-READLINK test\n");
- state->flavour = LINUX;
+ state->flavour = POSIX;
if (!torture_open_connection(&cli_unix, 0)) {
TALLOC_FREE(frame);
frame = talloc_stackframe();
printf("Starting POSIX-STAT test\n");
- state->flavour = LINUX;
+ state->flavour = POSIX;
if (!torture_open_connection(&cli_unix, 0)) {
TALLOC_FREE(frame);