summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--systemtest/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/systemtest/Makefile.am b/systemtest/Makefile.am
index 0ae14c8..1e66738 100644
--- a/systemtest/Makefile.am
+++ b/systemtest/Makefile.am
@@ -55,8 +55,8 @@ check:
clean:
for testcase in ${TESTSEQUENCE}; do \
- PATH=${bindir}:${PATH} rm -rf $${testcase}/log*; \
- done;
+ rm -rf $${testcase}/log*; \
+ done
######################## Dependencies ############################