Explorar o código

Remove commented out line

Mike Dillon %!s(int64=9) %!d(string=hai) anos
pai
achega
6e7ff3451b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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