Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Give tesh the ability to get the CWD to use from the --cd command line argument
[simgrid.git] / tools / tesh / set-return.tesh
index d3b1600..a87aa16 100644 (file)
@@ -10,7 +10,7 @@ $ cd temp_testdir
 < int main(void) {
 <   exit(1);
 < }
-$ cat > return1.c
+$ mkfile return1.c
 
 $ gcc -o return1 return1.c