From 9b937b93ef7946332d44e0688ac13bc2e6c6d3ea Mon Sep 17 00:00:00 2001 From: Bartosz Wojciechowski Date: Sat, 15 May 2021 20:59:49 +0200 Subject: [PATCH] Fix ShellCheck rule to ignore shunit2 --- tests/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run b/tests/run index 480f0c0..f28e2f8 100755 --- a/tests/run +++ b/tests/run @@ -354,6 +354,6 @@ function testDuplicateSshKeys() { ## Run ############################################################################## -# shellcheck disable=SC1090 +# shellcheck disable=SC1091 source "$testDir/shunit2/shunit2" # Nothing happens after this