Skip to content

Commit

Permalink
Correcting the number of expected items for test-integration.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Raleksan committed Sep 25, 2024
1 parent f44e8a1 commit b811ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/after/test-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ stdout=$2
for f in start.txt hashes.csv report.pdf repositories.csv; do
test -f "${TARGET}/${f}"
done
test "$(find "${TARGET}" -maxdepth 1 | wc -l | xargs)" = 10
test "$(find "${TARGET}" -maxdepth 1 | wc -l | xargs)" = 11
test -f "${TARGET}/data/${repo}/NCSS.csv"
test -f "${TARGET}/data/${repo}/NHD.csv"
test -f "${TARGET}/data/${repo}/SCOM-cvc.csv"
Expand Down

0 comments on commit b811ded

Please sign in to comment.