diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-04-24 19:05:55 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-04-24 19:05:55 +0200 |
commit | 23f49379bb1423472564c8f1a13869b5c4044510 (patch) | |
tree | 4511049b3de1eae75ce276c4b9b9209335305285 /src | |
parent | 5106a09c9fff809ff502a267759f5f72401c1065 (diff) |
remove fault injection
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 1732757fc..029302993 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 1; // fault injection to test buildbot... + return 0; } |