forked from josch/mmdebstrap
coverage.sh: don't be brief when diffing against debootstrap results
This commit is contained in:
parent
0b058c7db1
commit
1f967ed163
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ awk -v FS=: -v OFS=: -v SDE=\$SOURCE_DATE_EPOCH '{ print \$1,\$2,int(SDE/60/60/2
|
|||
mv /tmp/debian-$dist-mm/etc/shadow-.bak /tmp/debian-$dist-mm/etc/shadow-
|
||||
|
||||
# check if the file content differs
|
||||
diff --no-dereference --brief --recursive /tmp/debian-$dist-debootstrap /tmp/debian-$dist-mm
|
||||
diff --no-dereference --recursive /tmp/debian-$dist-debootstrap /tmp/debian-$dist-mm
|
||||
|
||||
# check if file properties (permissions, ownership, symlink names, modification time) differ
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue