summaryrefslogtreecommitdiff
path: root/tests/manglepaths.script
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-02-25 10:25:18 +0200
committerLars Wirzenius <liw@liw.fi>2017-02-25 10:25:18 +0200
commita27ef7ff6a05a9817b5165e4c3fb643d5d21f532 (patch)
tree1703668fe41aa6700f3f16feaebe50a15201156f /tests/manglepaths.script
parenta94b7ba5960384c5f3c5281cd9d6bf3a768054da (diff)
downloadsummain-master.tar.gz
Use SHA256 by default; fix pylint warnings/errorsHEADmaster
Diffstat (limited to 'tests/manglepaths.script')
-rwxr-xr-xtests/manglepaths.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manglepaths.script b/tests/manglepaths.script
index a377985..d75507a 100755
--- a/tests/manglepaths.script
+++ b/tests/manglepaths.script
@@ -8,5 +8,5 @@ echo foo > "$DATADIR/files/foo"
echo bar > "$DATADIR/files/bar"
echo foobar > "$DATADIR/files/foobar"
chmod 0666 "$DATADIR/files/"*
-./summain --exclude=mtime --exclude=uid --exclude=username \
+./summain --checksum=sha1 --exclude=mtime --exclude=uid --exclude=username \
--exclude=gid --exclude=group --relative --mangle-paths "$DATADIR/files"