Disable test_symlinks.js temporarily as it fails under the 10.5 SDK. b=516799

This commit is contained in:
Josh Aas 2009-09-15 16:46:46 -04:00
Родитель 82df75753b
Коммит dbba764d30
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -141,7 +141,8 @@ function testSymLinks(testDir, relative) {
function run_test() {
// Skip this test on Windows
if (isWin || isOS2)
// Also skip this test on Mac OS X for now, not working with 10.5 SDK
if (isWin || isOS2 || isMac)
return;
var testDir = CWD;