소스 검색

Remove commented out line

Mike Dillon 9 년 전
부모
커밋
6e7ff3451b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      test/test_helpers.bash

+ 0 - 1
test/test_helpers.bash

@@ -1,7 +1,6 @@
 # Test if requirements are met
 (
 	type docker &>/dev/null || ( echo "docker is not available"; exit 1 )
-	#type curl &>/dev/null || ( echo "curl is not available"; exit 1 )
 )>&2