|  | ! Copyright (C) 2015 Doug Coleman.
 | 
						
						
						
							|  | ! See http://factorcode.org/license.txt for BSD license.
 | 
						
						
						
							|  | USING: tools.test io.files.info.unix.linux ;
 | 
						
						
						
							|  | IN: io.files.info.unix.linux.tests
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | [ "/media/erg/4TB D" ]
 | 
						
						
						
							|  | [ "/media/erg/4TB\\040D" decode-mount-point ] unit-test
 |