From c73d95eae2503a3d2511e9a30a0b894650b25973 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Mon, 4 Mar 2024 06:00:50 +0300 Subject: [PATCH] #185 extra test --- tests/steps/test-discover-repos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/steps/test-discover-repos.sh b/tests/steps/test-discover-repos.sh index 19d7b37f..5eaa9611 100755 --- a/tests/steps/test-discover-repos.sh +++ b/tests/steps/test-discover-repos.sh @@ -35,7 +35,7 @@ tex=${TARGET}/foo.tex echo "${msg}" | grep "Found 1 repositories in page #0" echo "${msg}" | grep "Found 3 total repositories in GitHub" test -e "${csv}" - test -e "${tex}" + test -s "${tex}" test "$(wc -l < "${csv}" | xargs)" = '4' } > "${stdout}" 2>&1 echo "👍🏻 A few repositories discovered correctly"