Index: third_party/xdg-utils/tests/debug/t.failoverride |
=================================================================== |
--- third_party/xdg-utils/tests/debug/t.failoverride (revision 0) |
+++ third_party/xdg-utils/tests/debug/t.failoverride (revision 0) |
@@ -0,0 +1,17 @@ |
+#!/bin/bash |
+ |
+. "$XDG_TEST_DIR/include/testassertions.sh" |
+. "$XDG_TEST_DIR/include/testcontrol.sh" |
+ |
+test_verify_failoverride() { |
+test_start "$FUNCNAME: verify it works to change a fail to a warn" |
+ |
+test_procedure |
+ |
+test_fail "Manual failure" |
+ |
+test_failoverride WARN |
+test_result |
+} |
+ |
+run_test test_verify_failoverride |
Property changes on: third_party/xdg-utils/tests/debug/t.failoverride |
___________________________________________________________________ |
Name: svn:executable |
+ * |