浏览代码

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