Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes type-file tests, which seem to have broken at some point in the…
… past 11 months Previously, fails on macOS: ``` not ok 173 file install: if compiled, uses stored variable # (in test file test/type-file.bats, line 150) # `borkfiles__cGF0aC9mcm9tL3NvdXJjZQo="$(base64 Readme.md)"' failed with status 64 # base64: invalid argument Readme.md # Usage: base64 [-Ddh] [-b num] [-i in_file] [-o out_file] # -b, --break break encoded string into num character lines # -Dd, --decode decodes input # -h, --help display this message # -i, --input input file (default: "-" for stdin) # -o, --output output file (default: "-" for stdout) ``` (although, why it worked fine 11 months ago, i have no idea) New syntax for the base64 part of the test should work the same on both Darwin and Linux
- Loading branch information