Skip to content

Commit 89149c7

Browse files
committed
updated test_validate_ldap_ldif.sh
1 parent d2bcdba commit 89149c7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_validate_ldap_ldif.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,9 @@ echo
8484
check_broken(){
8585
local filename="$1"
8686
local expected_exitcode="${2:-2}"
87-
local options="${@:3}"
87+
local options="${*:3}"
8888
set +e
89+
# shellcheck disable=SC2086
8990
./validate_ldap_ldif.py $options "$filename"
9091
exitcode=$?
9192
set -e

0 commit comments

Comments
 (0)