diff options
author | Ingela Anderton Andin <[email protected]> | 2011-05-25 10:00:29 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2011-06-16 11:55:35 +0200 |
commit | 364d34ddc383690a76d517e6c9bc717af40f80c6 (patch) | |
tree | bfc84e94de65e5ef7c78314a321482faa8e98253 /lib/odbc/test | |
parent | 85d69b7881d8a213d723c675ea314689c43cbb8d (diff) | |
download | otp-364d34ddc383690a76d517e6c9bc717af40f80c6.tar.gz otp-364d34ddc383690a76d517e6c9bc717af40f80c6.tar.bz2 otp-364d34ddc383690a76d517e6c9bc717af40f80c6.zip |
Enabled odbc tests on mac
Diffstat (limited to 'lib/odbc/test')
-rw-r--r-- | lib/odbc/test/odbc_test_lib.erl | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/lib/odbc/test/odbc_test_lib.erl b/lib/odbc/test/odbc_test_lib.erl index 9956d74d24..9cd8aff648 100644 --- a/lib/odbc/test/odbc_test_lib.erl +++ b/lib/odbc/test/odbc_test_lib.erl @@ -38,18 +38,7 @@ match_float(Float, Match, Delta) -> odbc_check() -> case erlang:system_info(wordsize) of 4 -> - case test_server:os_type() of - {unix, sunos} -> - ok; - {unix, linux} -> - ok; - {win32, _} -> - ok; - Other -> - lists:flatten( - io_lib:format("Platform not supported: ~w", - [Other])) - end; + ok; Other -> case os:type() of {unix, linux} -> |