diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-04-20 21:02:31 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-04-20 21:02:31 +0200 |
commit | 0470ba369206612606a330df2f9e303d21a10837 (patch) | |
tree | ab9c851e50da6971e321e3f45ec7637b0dec7e9f /src | |
parent | 7562f0e592bf32c8502577f44108e2728391ae49 (diff) |
-inject fault for buildbot test
Diffstat (limited to 'src')
-rw-r--r-- | src/util/test_url.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_url.c b/src/util/test_url.c index 029302993..1732757fc 100644 --- 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... } |