bisync: fix tests on macOS
normalizes unicode and ignores .DS_Store files to make testing possible on macOS
This commit is contained in:
+1
@@ -5,5 +5,6 @@
|
||||
- /subdir/subdirA/
|
||||
+ /subdir/**
|
||||
- /subdir-not/
|
||||
- .DS_Store
|
||||
+ /*
|
||||
- **
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
868aeb20dc983cd1aaa29f6c4f2537e6
|
||||
5fcc6205d7df1c2e9ed3a15a1356b345
|
||||
+1
@@ -5,5 +5,6 @@
|
||||
- /subdir/subdirA/
|
||||
# + /subdir/**
|
||||
- /subdir-not/
|
||||
- .DS_Store
|
||||
#+ /*
|
||||
#- **
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
b9c5205dddfc926160c2442b2497d407
|
||||
2ec13b2813141ed088e5978ef5a47b0e
|
||||
+1
@@ -5,5 +5,6 @@
|
||||
- /subdir/subdirA/
|
||||
+ /subdir/**
|
||||
- /subdir-not/
|
||||
- .DS_Store
|
||||
+ /*
|
||||
- **
|
||||
|
||||
+1
@@ -5,5 +5,6 @@
|
||||
- /subdir/subdirA/
|
||||
# + /subdir/**
|
||||
- /subdir-not/
|
||||
- .DS_Store
|
||||
#+ /*
|
||||
#- **
|
||||
|
||||
Reference in New Issue
Block a user