Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit e55e33a

Browse files
William Douglasbryteise
authored andcommitted
Fix shellcheck SC2269 error
Remove useless assignment. Signed-off-by: William Douglas <[email protected]>
1 parent ffb1590 commit e55e33a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/functional/testlib.bash

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4854,7 +4854,6 @@ use_ignore_list() {
48544854
done < "$ignore_list"
48554855
else
48564856
debug_msg "The use of ignore lists is disabled"
4857-
filtered_output="$filtered_output"
48584857
fi
48594858

48604859
echo "$filtered_output"

0 commit comments

Comments
 (0)