Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/zdtm/static/sk-unix-unconn.c')
-rw-r--r--test/zdtm/static/sk-unix-unconn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/zdtm/static/sk-unix-unconn.c b/test/zdtm/static/sk-unix-unconn.c
index 72d1348a8..91e3d433b 100644
--- a/test/zdtm/static/sk-unix-unconn.c
+++ b/test/zdtm/static/sk-unix-unconn.c
@@ -45,7 +45,7 @@ int main(int argc, char ** argv)
ret = bind(sk, (struct sockaddr *) &addr, addrlen);
if (ret) {
- fail("bind\n");
+ fail("bind");
return 1;
}