Skip to content

Commit

Permalink
Order alphabetically as it does not really matter
Browse files Browse the repository at this point in the history
  • Loading branch information
evolutics committed Mar 30, 2024
1 parent 57769e1 commit 2deac44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ test_cleaners() {
diff <(cd test/cases && git ls-files --modified) \
<(cd test/fixed && git ls-files)

local -r delta="$(diff --recursive test/fixed test/cases)"
local -r delta="$(diff --recursive test/cases test/fixed)"
if [[ "${delta}" != "Only in test/cases: git
Only in test/cases: gitlint
Only in test/cases: hadolint.Dockerfile
Expand Down

0 comments on commit 2deac44

Please sign in to comment.