From: Joel Rosdahl Date: Sat, 27 Jan 2018 22:00:01 +0000 (+0100) Subject: test: Remove superfluous blank lines X-Git-Tag: v3.4~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=398ca01ce8a8cd720cdc9554b7178535e26d9fce;p=thirdparty%2Fccache.git test: Remove superfluous blank lines --- diff --git a/test_suites/base.sh b/test_suites/base.sh index c73d0277f..d49104f8a 100644 --- a/test_suites/base.sh +++ b/test_suites/base.sh @@ -1,4 +1,3 @@ - base_tests() { # ------------------------------------------------------------------------- TEST "Base case" diff --git a/test_suites/hardlink.sh b/test_suites/hardlink.sh index 3251361e2..8e7e8b0d5 100644 --- a/test_suites/hardlink.sh +++ b/test_suites/hardlink.sh @@ -1,4 +1,3 @@ - SUITE_hardlink_PROBE() { touch file1 if ! ln file1 file2 >/dev/null 2>&1; then diff --git a/test_suites/nvcc.sh b/test_suites/nvcc.sh index 3a817e65e..3bf90bff0 100644 --- a/test_suites/nvcc.sh +++ b/test_suites/nvcc.sh @@ -1,6 +1,3 @@ - - - nvcc_PROBE() { if [ -z "$REAL_NVCC" ]; then echo "nvcc is not available" diff --git a/test_suites/nvcc_direct.sh b/test_suites/nvcc_direct.sh index 440125799..613579fd0 100644 --- a/test_suites/nvcc_direct.sh +++ b/test_suites/nvcc_direct.sh @@ -1,4 +1,3 @@ - SUITE_nvcc_direct_PROBE() { nvcc_PROBE } diff --git a/test_suites/nvcc_ldir.sh b/test_suites/nvcc_ldir.sh index b3090b697..8905fe95f 100644 --- a/test_suites/nvcc_ldir.sh +++ b/test_suites/nvcc_ldir.sh @@ -1,4 +1,3 @@ - SUITE_nvcc_ldir_PROBE() { if [ -z "$REAL_NVCC" ]; then echo "nvcc is not available"