From 0e1ee5866dfb08473dec9688ff1152ee3f15a3b8 Mon Sep 17 00:00:00 2001 From: mle Date: Sat, 28 May 2016 15:01:47 +0200 Subject: [PATCH] removed $CLEANUP_FILES from doc, should not be changed directly --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 77ea949..e73a44e 100644 --- a/README.md +++ b/README.md @@ -137,10 +137,6 @@ it might be handy to define a variable with the binary's path in the *config.sh* * **$ASSERTSH**, the full path of the *assert.sh* script file, which has already been sourced by *init.sh*. -* **$CLEANUP_FILES**, additional files which the test script wants to be deleted after the test finished. - Is empty by default. - Separate with spaces. Be careful, they'll be deleted with "*rm -fd*". - # Helper functions