default-hour #14
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -7,7 +7,7 @@ echo "testing URL: ${TEST_URL}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CURL_OPTS='-s'
 | 
					CURL_OPTS='-s'
 | 
				
			||||||
# default
 | 
					# default
 | 
				
			||||||
curl ${CURL_OPTS} ${TEST_URL} | grep -q 'setHours( 17, 0);'
 | 
					curl ${CURL_OPTS} ${TEST_URL} | grep -q 'setHours( 17, 30);'
 | 
				
			||||||
[ $? -ne 0 ] && echo "Failed with default" && exit 1
 | 
					[ $? -ne 0 ] && echo "Failed with default" && exit 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# set 1 parameter
 | 
					# set 1 parameter
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue