mirror of
				https://github.com/stedolan/jq.git
				synced 2024-05-11 05:55:39 +00:00 
			
		
		
		
	Use set -u in tests/setup
This commit is contained in:
		@@ -1,6 +1,8 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
 | 
			
		||||
set -e
 | 
			
		||||
# This is meant to be included by each test's shell script driver.
 | 
			
		||||
 | 
			
		||||
set -eu
 | 
			
		||||
 | 
			
		||||
JQTESTDIR=$(cd "$(dirname "$0")" && pwd)
 | 
			
		||||
JQBASEDIR=$JQTESTDIR/..
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user