test: Remove empty variable

Copy-pasta bug!
This commit is contained in:
James Shubin
2024-11-21 23:49:08 -05:00
parent 018d3efc90
commit acdd6476f2

View File

@@ -25,7 +25,7 @@ done
if [[ -n "$failures" ]]; then if [[ -n "$failures" ]]; then
echo 'FAIL' echo 'FAIL'
echo "The following tests (in: ${linkto}) have failed:" echo "The following tests have failed:"
echo -e "$failures" echo -e "$failures"
echo echo
exit 1 exit 1