From 3716783a4ba92e09d0dab50759d324af2976e253 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Thu, 3 Oct 2019 17:36:04 +0200 Subject: [PATCH] test-exception-wrapper: mention removal of a file from the list of expected failures --- t/test-exception-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/test-exception-wrapper b/t/test-exception-wrapper index 08e854d3..e667542e 100755 --- a/t/test-exception-wrapper +++ b/t/test-exception-wrapper @@ -50,6 +50,6 @@ elif [ "$has_failed" = "1" ]; then echo >&2 "ERROR: the script '$SCRIPT_FILENAME' should pass the test, but it failed" exit 4 else - echo >&2 "ERROR: the script '$SCRIPT_FILENAME' was expected to fail the test, but it passed" + echo >&2 "ERROR: the script '$SCRIPT_FILENAME' was expected to fail the test, but it succeeded. Please remove this filename from the list of exepected failures ($EXPECTED_FAILURES_LIST_FILENAME)." exit 5 fi