bisync: fix tests on macOS

normalizes unicode and ignores .DS_Store files to make testing possible
on macOS
This commit is contained in:
nielash
2024-01-20 14:50:08 -05:00
parent 9933d6c071
commit 5c7ba0bfd3
7 changed files with 24 additions and 4 deletions
@@ -5,5 +5,6 @@
- /subdir/subdirA/
+ /subdir/**
- /subdir-not/
- .DS_Store
+ /*
- **
@@ -1 +1 @@
868aeb20dc983cd1aaa29f6c4f2537e6
5fcc6205d7df1c2e9ed3a15a1356b345
@@ -5,5 +5,6 @@
- /subdir/subdirA/
# + /subdir/**
- /subdir-not/
- .DS_Store
#+ /*
#- **
@@ -1 +1 @@
b9c5205dddfc926160c2442b2497d407
2ec13b2813141ed088e5978ef5a47b0e
@@ -5,5 +5,6 @@
- /subdir/subdirA/
+ /subdir/**
- /subdir-not/
- .DS_Store
+ /*
- **
@@ -5,5 +5,6 @@
- /subdir/subdirA/
# + /subdir/**
- /subdir-not/
- .DS_Store
#+ /*
#- **