commit 0470ba369206612606a330df2f9e303d21a10837 parent 7562f0e592bf32c8502577f44108e2728391ae49 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 20 Apr 2021 21:02:31 +0200 -inject fault for buildbot test Diffstat:
| M | src/util/test_url.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/util/test_url.c b/src/util/test_url.c @@ -82,7 +82,7 @@ main (int argc, NULL), "https://taler.net/foo/bar/baz?x=a%26b&c=d&e="); - return 0; + return 1; // fault injection to test buildbot... }