summaryrefslogtreecommitdiff
path: root/editors/vscode/files/patch-extensions_emmet_src_test_testUtils.ts
blob: 97a125a263e5db71372613592e80848b81bcc206 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- extensions/emmet/src/test/testUtils.ts.orig	2022-02-02 16:57:24 UTC
+++ extensions/emmet/src/test/testUtils.ts
@@ -31,7 +31,7 @@ export function createRandomFile(contents = '', fileEx
 }
 
 export function pathEquals(path1: string, path2: string): boolean {
-	if (process.platform !== 'linux') {
+	if (process.platform !== 'linux' && process.platform !== 'freebsd') {
 		path1 = path1.toLowerCase();
 		path2 = path2.toLowerCase();
 	}