From e45325b2c842bfa841329444c03bfd697fbd3ec7 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Fri, 18 Mar 2016 19:57:24 +0100 Subject: [PATCH] second try to fix --- teshsuite/mc/mutex-handling/mutex-handling.tesh | 2 +- teshsuite/mc/mutex-handling/without-mutex-handling.tesh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/teshsuite/mc/mutex-handling/mutex-handling.tesh b/teshsuite/mc/mutex-handling/mutex-handling.tesh index 81c2d79ebd..6f066b0af0 100644 --- a/teshsuite/mc/mutex-handling/mutex-handling.tesh +++ b/teshsuite/mc/mutex-handling/mutex-handling.tesh @@ -1,4 +1,4 @@ #!/usr/bin/env tesh ! expect return 1 ! output ignore -$ ${bindir:=.}/../../bin/simgrid-mc ${bindir:=.}/with_mutex_handling ${srcdir:=.}/examples/platforms/platform.xml mutex_handling.xml +$ ${bindir:=.}/../../../bin/simgrid-mc ${bindir:=.}/with_mutex_handling ${srcdir:=.}/examples/platforms/platform.xml mutex_handling.xml diff --git a/teshsuite/mc/mutex-handling/without-mutex-handling.tesh b/teshsuite/mc/mutex-handling/without-mutex-handling.tesh index fa4fae7553..650ab3f976 100644 --- a/teshsuite/mc/mutex-handling/without-mutex-handling.tesh +++ b/teshsuite/mc/mutex-handling/without-mutex-handling.tesh @@ -1,4 +1,4 @@ #!/usr/bin/env tesh ! expect return 1 ! output ignore -$ ${bindir:=.}/../../bin/simgrid-mc ${bindir:=.}/without_mutex_handling ${srcdir:=.}/examples/platforms/platform.xml mutex_handling.xml mutex_handling.xml +$ ${bindir:=.}/../../../bin/simgrid-mc ${bindir:=.}/without_mutex_handling ${srcdir:=.}/examples/platforms/platform.xml mutex_handling.xml mutex_handling.xml -- 2.20.1