| 
					
				 | 
			
			
				@@ -74,13 +74,15 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <screen><userinput remap="make">make</userinput></screen> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <para>The test suite needs some custom modifications for LFS. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    The <command>which</command> is not available and the 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    The <command>which</command> command is not available, the 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <command>pmap</command> test does not match a newline character in 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    two tests. To run the test suite, run the following commands:</para> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    two tests, and the <command>slabtop</command> test may return more than  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    999,999 objects. To run the test suite, run the following commands:</para> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <screen><userinput remap="test">pushd testsuite 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  sed -i 's|exec which sleep|exec echo /tools/bin/sleep|' config/unix.exp 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  sed -i 's|pmap_initname\\\$|pmap_initname|'             pmap.test/pmap.exp 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+         -e 's|999999|&9|'                    config/unix.exp 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  sed -i 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   make site.exp 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   DEJAGNU=global-conf.exp runtest 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 popd</userinput></screen> 
			 |