diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-08 13:04:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-08 13:04:50 +0100 |
commit | 6773616a235fbc55272a64c0e5718278bd007c39 (patch) | |
tree | a56340db8b7aa6813d9125e9e86ee1f292c618f4 /sal | |
parent | ada4759219efa816ec4c4d29c40cd1428c38e5d4 (diff) |
revert this and rely on changed SAL_ALLOW_LINKOO_SYMLINKS behaviour
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/osl/file/osl_old_test_file.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sal/qa/osl/file/osl_old_test_file.cxx b/sal/qa/osl/file/osl_old_test_file.cxx index bbfc1a8fa037..04f2f5a36172 100644 --- a/sal/qa/osl/file/osl_old_test_file.cxx +++ b/sal/qa/osl/file/osl_old_test_file.cxx @@ -65,13 +65,6 @@ namespace osl_test_file class oldtestfile : public CppUnit::TestFixture { public: - oldtestfile() - { - //SAL_ALLOW_LINKOO_SYMLINKS for the make dev-install hack breaks this test - rtl::OUString envVar(RTL_CONSTASCII_USTRINGPARAM("SAL_ALLOW_LINKOO_SYMLINKS")); - osl_clearEnvironment(envVar.pData); - } - void test_file_001(); void test_file_002(); void test_file_003(); |