7 workdir
="/tmp/diffmar/$testDir"
11 # On Windows, creation time can be off by a second or more between the files in
12 # the fromdir and todir due to them being extracted synchronously so use
13 # time-style and exclude seconds from the creation time.
16 if [ ! "$unamestr" = 'Darwin' ]; then
18 if [ "$unamestr" = 'Msys' -o "$unamestr" = "Cygwin" ]; then
19 lsargs
="-algR --time-style=+%Y-%m-%d-%H:%M"
33 rm -f updatev2.manifest
# Older files may contain this
34 mv updatev3.manifest updatev3.manifest.xz
35 xz
-d updatev3.manifest.xz
36 ls $lsargs > files.txt
41 mv updatev3.manifest updatev3.manifest.xz
42 xz
-d updatev3.manifest.xz
43 ls $lsargs > files.txt
45 echo "diffing $fromdir and $todir"
46 echo "on linux shell sort and python sort return different results"
47 echo "which can cause differences in the manifest files"
48 diff -ru "$fromdir" "$todir"