Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Finalize the conversion of GRAS tests to TESH
[simgrid.git] / teshsuite / gras / trp_tcp_usage
diff --git a/teshsuite/gras/trp_tcp_usage b/teshsuite/gras/trp_tcp_usage
deleted file mode 100755 (executable)
index 674d04f..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#! /bin/sh -e
-
-if test -e gras/trp_tcp_server ; then
-  base=gras
-else 
-  base=.
-fi
-
-if [ x = x ] ; then 
-  wine=
-else
-  wine=wine
-fi
-
-$wine $base/trp_tcp_server $@ &
-sleep 1
-$wine $base/trp_tcp_client $@
-