From 6e7ff3451bcb453796b12ecb074f2f7a90321c31 Mon Sep 17 00:00:00 2001 From: Mike Dillon Date: Sun, 11 Oct 2015 11:27:38 -0700 Subject: [PATCH] Remove commented out line --- test/test_helpers.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_helpers.bash b/test/test_helpers.bash index c4a2d1c..d8e7496 100644 --- a/test/test_helpers.bash +++ b/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