X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7da2926d0733ff0683f31aeea176ce71e127264f..ea6829292c6de875ade6f45c7146175a23a092e3:/tools/tesh/setenv.tesh diff --git a/tools/tesh/setenv.tesh b/tools/tesh/setenv.tesh index dfb415e91a..81319826e7 100644 --- a/tools/tesh/setenv.tesh +++ b/tools/tesh/setenv.tesh @@ -1,8 +1,10 @@ -#! ./tesh +#!/usr/bin/env tesh # This suite builds and uses a program returning 1. # tesh is instructed of this return code and must not whine. +! output ignore $ cmake -E remove_directory temp_testdir_setenv + $ mkdir temp_testdir_setenv $ cd temp_testdir_setenv @@ -14,4 +16,6 @@ $ perl testenv.pl > tesh_test_toto=blah $ cd .. + +! output ignore $ cmake -E remove_directory temp_testdir_setenv