summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-20 21:02:31 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-20 21:02:31 +0200
commit0470ba369206612606a330df2f9e303d21a10837 (patch)
treeab9c851e50da6971e321e3f45ec7637b0dec7e9f /src/util
parent7562f0e592bf32c8502577f44108e2728391ae49 (diff)
downloadexchange-0470ba369206612606a330df2f9e303d21a10837.tar.gz
exchange-0470ba369206612606a330df2f9e303d21a10837.tar.bz2
exchange-0470ba369206612606a330df2f9e303d21a10837.zip
-inject fault for buildbot test
Diffstat (limited to 'src/util')
-rw-r--r--src/util/test_url.c2
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...
}