diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/dev-integration.sh | 6 |
1 files changed, 1 insertions, 5 deletions
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/* |