]> git.sesse.net Git - vlc/commit
test: Fix url test on Mac OS X.
authorPierre d'Herbemont <pdherbemont@free.fr>
Sat, 16 May 2009 22:19:13 +0000 (15:19 -0700)
committerPierre d'Herbemont <pdherbemont@free.fr>
Sat, 16 May 2009 22:22:28 +0000 (15:22 -0700)
commitf9546b1492c7a07f77f5ac7887ca5aefc04b087e
tree82c0cf063771191bc5374740e35c0c5079b78127
parent24cddfa0efa80557f538d6dbf08f9b0b4b4d52a4
test: Fix url test on Mac OS X.

Basically this test was expecting that /tmp is a directory. On Mac OS X /tmp is a link to /private/tmp.

We work around by getting the current work directory after chdir.
src/test/url.c