Skip to content

Commit

Permalink
#80 test more
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 27, 2023
1 parent 1a2f1be commit 170419a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/steps/test-polish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ echo "${msg}" | grep -v "All 1 repo directories" >/dev/null
test ! -e "${broken}"
test ! -e "${interface}"
echo "👍🏻 A more complex filtering ran smoothly"

TARGET=${TARGET}/dir-is-absent
msg=$("${LOCAL}/steps/polish.sh")
echo "${msg}" | grep "Nothing to polish, the directory is absent" >/dev/null
echo "👍🏻 An empty directory passes filtering"

0 comments on commit 170419a

Please sign in to comment.