Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move GRAS tests to TESH
[simgrid.git] / testsuite / gras / trp_file_usage.in
diff --git a/testsuite/gras/trp_file_usage.in b/testsuite/gras/trp_file_usage.in
deleted file mode 100644 (file)
index 5f59b41..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#! @BASH@ -e
-
-if test -e gras/trp_tcp_server ; then
-  base=gras
-else 
-  base=.
-fi
-
-$base/trp_file_client $@ | $base/trp_file_server $@ 
-