File tree Expand file tree Collapse file tree 5 files changed +5
-1
lines changed Expand file tree Collapse file tree 5 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ # shellcheck disable=SC1091
2
3
# Load logger functions
3
4
source logger.sh
4
5
# Load tunnel rules
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ # shellcheck disable=SC1091
2
3
# Load logger functions
3
4
source logger.sh
4
5
# Load validator functions
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ # shellcheck disable=SC1091
2
3
# Source the common test functions
3
4
source common_test.sh
4
-
5
5
# Source the bash file containing the functions to be tested
6
6
source splitters.sh
7
7
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ # shellcheck disable=SC1091
2
3
# Load logger functions
3
4
source logger.sh
4
5
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ # shellcheck disable=SC1091
2
3
# Source the common test functions
3
4
source common_test.sh
4
5
# Source the bash file containing the functions to be tested
You can’t perform that action at this time.
0 commit comments