mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-30 04:26:45 +03:00 
			
		
		
		
	Revoked executable bit from files that are not supposed to be executed directly. Removed interpreted from files that are not supposed to be executed directly. Added interpreter to files that are supposed to be executed directly.
		
			
				
	
	
		
			7 lines
		
	
	
		
			165 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			165 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| # This test requires a non-lowercase tmpdir directory on a case-sensitive
 | |
| # filesystem.
 | |
| 
 | |
| d="$MYSQLTEST_VARDIR/tmp/MixedCase"
 | |
| test -d "$d" || mkdir "$d"
 | |
| rm -f "$d"/*
 |