1
0
mirror of synced 2026-04-05 04:33:19 +00:00

Fix copy and paste "typo"

This commit is contained in:
Axel Beckert
2019-02-07 15:51:11 +01:00
parent 17d868d38d
commit d5c4589519

View File

@@ -42,7 +42,7 @@ echo ''
echo '======================================================================'
if [ -z "$FAILED" ]; then
echo '*** All tests succeeded! ***'
elif [ -z "$SUCCEEDED!" ]; then
elif [ -z "$SUCCEEDED" ]; then
echo '*** All tests failed! ***'
else
echo "*** These distributions succeeded: $SUCCEEDED ***"