dedup

deduplicating backup program
git clone git://git.2f30.org/dedup
Log | Files | Refs | README | LICENSE

commit 8faf31baa2005f46bc2e6ad13edb1261717244a7
parent d04f1686624a9c680965f0c090cc1808935687f4
Author: sin <sin@2f30.org>
Date:   Thu,  9 May 2019 11:39:47 +0100

Do not exit on error in runtests

Diffstat:
Mruntests | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtests b/runtests @@ -1,5 +1,5 @@ #!/bin/sh -set -ex +set -x for t in test* do