1//<-- CLI SHELL MODE -->
2// =============================================================================
3// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4// Copyright (C) 2009 - DIGITEO
5//
6//  This file is distributed under the same license as the Scilab package.
7// =============================================================================
8// <-- JVM MANDATORY -->
9a = chdir(TMPDIR);
10if(a <> %T) then bugmes();quit;end
11exec(SCI+"/modules/localization/tests/unit_tests/CreateDir.sce", -1);
12b = chdir("dir_азеазея");
13if(b <> %T) then bugmes();quit;end
14