The "plugins" test is now meant to always pass

This commit is contained in:
Pierre Pronchery 2013-11-21 05:51:32 +01:00
parent b3c87b3b08
commit 00b1af5a72

View File

@ -98,9 +98,9 @@ target="$1"
$DATE > "$target"
FAILED=
echo "Performing tests:" 1>&2
#_test "plugins"
echo "Expected failures:" 1>&2
_fail "plugins"
_test "plugins"
#echo "Expected failures:" 1>&2
#_fail "plugins"
if [ -n "$FAILED" ]; then
echo "Failed tests:$FAILED" 1>&2
exit 2