diff options
author | Marko Kreen | 2008-04-23 15:12:27 +0000 |
---|---|---|
committer | Marko Kreen | 2008-04-23 15:12:27 +0000 |
commit | 41a9ab821a033cc45021f5aaaffb2f5073ee533d (patch) | |
tree | 3a7f2f70ed2a1abee51769675684a970fd96523b | |
parent | 245c33eaa5580a6ccb6f7be980bea3acbaffb386 (diff) |
tests/londiste: clean sys dir more
-rwxr-xr-x | tests/londiste/gendb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/londiste/gendb.sh b/tests/londiste/gendb.sh index 1f1673ea..2942b4c1 100755 --- a/tests/londiste/gendb.sh +++ b/tests/londiste/gendb.sh @@ -3,7 +3,7 @@ . ../env.sh ./stop.sh -rm -f sys/log.* sys/*.log +rm -f sys/*.log sys/*.ini set -e |