0
0
Fork 0
mirror of https://github.com/atmoz/sftp.git synced 2024-11-17 12:51:33 -05:00

Fix ShellCheck rule to ignore shunit2

This commit is contained in:
Bartosz Wojciechowski 2021-05-15 20:59:49 +02:00 committed by Adrian Dvergsdal
parent f735906a35
commit 9b937b93ef

View file

@ -354,6 +354,6 @@ function testDuplicateSshKeys() {
## Run
##############################################################################
# shellcheck disable=SC1090
# shellcheck disable=SC1091
source "$testDir/shunit2/shunit2"
# Nothing happens after this