From 1826908fb353a3af316e2072d76b5e04fb5d52a6 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 6 Aug 2021 16:52:18 -0300 Subject: tests/dev-integration.sh: Use a single "disable" declaration --- tests/dev-integration.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/dev-integration.sh') diff --git a/tests/dev-integration.sh b/tests/dev-integration.sh index 5f50d31..ef1898f 100755 --- a/tests/dev-integration.sh +++ b/tests/dev-integration.sh @@ -1,4 +1,5 @@ #!/bin/sh +# shellcheck disable=2086 set -eu . tests/lib.sh @@ -11,13 +12,8 @@ VALGRIND_FLAGS=' --error-exitcode=1 ' -# shellcheck disable=2086 valgrind $VALGRIND_FLAGS ./src/gistatic.t - -# shellcheck disable=2086 valgrind $VALGRIND_FLAGS ./src/gistatic -o "$(mkdtemp)" \ -u 'https://example.com' tests/resources/repositories/repo-1 - -# shellcheck disable=2086 valgrind $VALGRIND_FLAGS ./src/gistatic -o "$(mkdtemp)" \ -i tests/resources/repositories/* -- cgit v1.2.3