diff options
Diffstat (limited to 'OpenSim/Data/SQLite/Tests/SQLiteUserTest.cs')
-rw-r--r-- | OpenSim/Data/SQLite/Tests/SQLiteUserTest.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Data/SQLite/Tests/SQLiteUserTest.cs b/OpenSim/Data/SQLite/Tests/SQLiteUserTest.cs index 52dac39..c9953c5 100644 --- a/OpenSim/Data/SQLite/Tests/SQLiteUserTest.cs +++ b/OpenSim/Data/SQLite/Tests/SQLiteUserTest.cs | |||
@@ -41,8 +41,8 @@ namespace OpenSim.Data.SQLite.Tests | |||
41 | [TestFixtureSetUp] | 41 | [TestFixtureSetUp] |
42 | public void Init() | 42 | public void Init() |
43 | { | 43 | { |
44 | // SQLite doesn't work on power linux | 44 | // SQLite doesn't work on power or z linux |
45 | if (Directory.Exists("/proc/ppc64")) | 45 | if (Directory.Exists("/proc/ppc64") || Directory.Exists("/proc/dasd")) |
46 | { | 46 | { |
47 | Assert.Ignore(); | 47 | Assert.Ignore(); |
48 | } | 48 | } |
@@ -61,4 +61,4 @@ namespace OpenSim.Data.SQLite.Tests | |||
61 | File.Delete(file); | 61 | File.Delete(file); |
62 | } | 62 | } |
63 | } | 63 | } |
64 | } \ No newline at end of file | 64 | } |