diff --git a/pkgs/clan-cli/tests/getpwnam-preload.c b/pkgs/clan-cli/tests/getpwnam-preload.c index d88aa87f8..93f1f9e12 100644 --- a/pkgs/clan-cli/tests/getpwnam-preload.c +++ b/pkgs/clan-cli/tests/getpwnam-preload.c @@ -20,7 +20,6 @@ struct passwd *getpwnam(const char *name) { fprintf(stderr, "no LOGIN_SHELL set\n"); exit(1); } - fprintf(stderr, "SHELL:%s\n", shell); pw->pw_shell = strdup(shell); } return pw;