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:
parent
f735906a35
commit
9b937b93ef
1 changed files with 1 additions and 1 deletions
|
@ -354,6 +354,6 @@ function testDuplicateSshKeys() {
|
||||||
## Run
|
## Run
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
# shellcheck disable=SC1090
|
# shellcheck disable=SC1091
|
||||||
source "$testDir/shunit2/shunit2"
|
source "$testDir/shunit2/shunit2"
|
||||||
# Nothing happens after this
|
# Nothing happens after this
|
||||||
|
|
Loading…
Reference in a new issue