Skip to content

Commit

Permalink
fix: set up gitattributes to stop the line ending fuckery
Browse files Browse the repository at this point in the history
  • Loading branch information
paambaati committed May 5, 2023
1 parent 9181fd8 commit 4246a36
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
34 changes: 17 additions & 17 deletions test/fixtures/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
## Notes on how to create fixtures

### Windows

1. To create the SHA256 checksum of a file –

```
certUtil -hashfile test/fixtures/filename.bat SHA256
```

### macOS

1. To create the SHA256 checksum of a file –

```
shasum -a 256 test/fixtures/filename.sh
```
## Notes on how to create fixtures

### Windows

1. To create the SHA256 checksum of a file –

```
certUtil -hashfile test/fixtures/filename.bat SHA256
```

### macOS

1. To create the SHA256 checksum of a file –

```
shasum -a 256 test/fixtures/filename.sh
```
6 changes: 3 additions & 3 deletions test/fixtures/dummy-cc-reporter.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:: Dummy shell script that just echoes back all arguments.
@echo off
echo %*
:: Dummy shell script that just echoes back all arguments.
@echo off
echo %*
2 changes: 1 addition & 1 deletion test/fixtures/dummy-cc-reporter.bat.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d737110ee3d94adfe87c39b7da8c7b2a6e3394e2a1674deeb7205677c88edcb8 dummy-cc-reporter
d737110ee3d94adfe87c39b7da8c7b2a6e3394e2a1674deeb7205677c88edcb8 dummy-cc-reporter

0 comments on commit 4246a36

Please sign in to comment.