I want to calculate the following limit:
$$\displaystyle{\lim_{x \to 0} \cfrac{\displaystyle{\int_1^{x^2+1} \cfrac{e^{-t}}{t} \; dt}}{3x^2}}$$
For that, I use L'Hopital and the Fundamental Theorem of Calculus, obtaining the following:
$$\displaystyle{\lim_{x \to 0} \cfrac{\displaystyle{\int_1^{x^2+1} \cfrac{e^{-t}}{t} \; dt}}{3x^2}}=\displaystyle{\lim_{x \to 0} \cfrac{\frac{e^{-(x^2+1)}}{x^2+1} \cdot 2x}{6x}}=\lim_{x \to 0} \cfrac{e^{-(x^2+1)}}{3(x^2+1)}=\cfrac{e^{-1}}{3}$$
But if I calculate the limit in Wolfram Alpha, I get the following.

I calculated the limit also in Mathematica 8.0, and the result is still the same: $\frac 13(\frac 1e-1) $ So, what is my mistake calculating the limit?
Mathematica is wrong because everything in sight is positive.
Unfortunately I cannot say what Mathematica is doing wrong.