aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/escript_SUITE_data/archive_script_file_access
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2013-02-26 12:22:09 +0100
committerDan Gudmundsson <[email protected]>2013-02-26 13:14:44 +0100
commit27db861821db111d0f0355ae5c1bbb08b0f892af (patch)
treee9b47f1171b78d03c60555c85092caa468d141ee /lib/stdlib/test/escript_SUITE_data/archive_script_file_access
parent29bfbfdde67e7a0d182aa791317e1d80fe8d0d5d (diff)
downloadotp-27db861821db111d0f0355ae5c1bbb08b0f892af.tar.gz
otp-27db861821db111d0f0355ae5c1bbb08b0f892af.tar.bz2
otp-27db861821db111d0f0355ae5c1bbb08b0f892af.zip
stdlib: Ignore symlink tests on windows
Symlinks only partially works on windows 7, ignore those tests on windows machines for now
Diffstat (limited to 'lib/stdlib/test/escript_SUITE_data/archive_script_file_access')
-rw-r--r--lib/stdlib/test/escript_SUITE_data/archive_script_file_access/archive_script_file_access.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdlib/test/escript_SUITE_data/archive_script_file_access/archive_script_file_access.erl b/lib/stdlib/test/escript_SUITE_data/archive_script_file_access/archive_script_file_access.erl
index b03c8ba70d..523621e4f3 100644
--- a/lib/stdlib/test/escript_SUITE_data/archive_script_file_access/archive_script_file_access.erl
+++ b/lib/stdlib/test/escript_SUITE_data/archive_script_file_access/archive_script_file_access.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2012. All Rights Reserved.
+%% Copyright Ericsson AB 2012-2013. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -56,7 +56,7 @@ main([RelArchiveFile]) ->
%% If symlinks are supported on this platform...
RelSymlinkArchiveFile = "symlink_to_" ++ RelArchiveFile,
- case file:read_link(RelSymlinkArchiveFile) of
+ case element(1,os:type()) =:= win32 orelse file:read_link(RelSymlinkArchiveFile) of
{ok,_} ->
DotSlashSymlinkArchiveFile = "./" ++ RelSymlinkArchiveFile,
AbsSymlinkArchiveFile=filename:join(filename:dirname(AbsArchiveFile),