From 3a899916bdc4be76f7b64cf7cf673cbccc1fef14 Mon Sep 17 00:00:00 2001 From: Nils Winkler Date: Sat, 14 Oct 2017 18:15:48 +0200 Subject: [PATCH] Removed extra line, no longer needed --- test/run | 1 - 1 file changed, 1 deletion(-) diff --git a/test/run b/test/run index f6e57d45..b6d4cc78 100755 --- a/test/run +++ b/test/run @@ -1,6 +1,5 @@ #!/usr/bin/env bash test_directory="$(cd "$(dirname "$0")" && pwd)" -#bats_executable="${test_directory}/../bats/bin/bats" bats_executable="${test_directory}/../test_lib/bats-core/bin/bats" git submodule init && git submodule update