X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0d1793876e776f0901bc1a3df7afcccb8ac84a35..ea74f5d95928a521a588737e81f1de94eef25d19:/teshsuite/smpi/pt2pt-dsend/pt2pt-dsend.c diff --git a/teshsuite/smpi/pt2pt-dsend/pt2pt-dsend.c b/teshsuite/smpi/pt2pt-dsend/pt2pt-dsend.c index e081038ffe..22b1ea6fed 100644 --- a/teshsuite/smpi/pt2pt-dsend/pt2pt-dsend.c +++ b/teshsuite/smpi/pt2pt-dsend/pt2pt-dsend.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2019. The SimGrid Team. +/* Copyright (c) 2011-2022. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -26,8 +26,6 @@ static void test_opts(int argc, char* const argv[]) switch (ret) { case 0: - found++; - break; case 's': found ++; break; @@ -77,5 +75,5 @@ int main(int argc, char *argv[]) XBT_INFO("rank %d: data exchanged", rank); MPI_Finalize(); - return 0; + exit(0); }