aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs')
-rw-r--r--OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs b/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs
index c70be6d..e5d3c28 100644
--- a/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs
+++ b/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs
@@ -42,7 +42,7 @@ namespace OpenSim.Data.SQLite.Tests
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 linux
45 if (File.Exists("/proc/ppc64")) 45 if (Directory.Exists("/proc/ppc64"))
46 { 46 {
47 Assert.Ignore(); 47 Assert.Ignore();
48 } 48 }