Index: tests/ms.php
===================================================================
--- tests/ms.php	(revision 965)
+++ tests/ms.php	(working copy)
@@ -23,7 +23,7 @@
 				$table_fields = $wpdb->get_results( "DESCRIBE $prefix$table;" );
 				$this->assertNotEmpty( $table_fields );
 				$result = $wpdb->get_results( "SELECT * FROM $prefix$table LIMIT 1" );
-				if ( 'commentmeta' == $table )
+				if ( 'commentmeta' == $table || 'links' == $table )
 					$this->assertEmpty( $result );
 				else
 					$this->assertNotEmpty( $result );
