According to my understanding, to test whether the population mean is equal to a specific value when the variance is unknown, a one-sample t test could be used. This is always valid when the population follows a normal distribution, since the t test statistic will follow a t distribution.
When the population is non-normal in distribution: the t test should be valid if achieving a sufficient sample size. According to central limit theorem, the numerator would follow an approximately normal distribution. But what about the denominator? I'm not aware of any limit theorem suggesting that it goes in distribution to $\chi^2$.
How can the t test be applicable under this situation?