diff options
-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 |