Idris2/tests/base/system_file_copyFile/run
Steve Dunham a0d9e2bbba
Update tests using base64 utility to also work on macos (#2536)
* Update tests using base64 utility to also work on macos

* Fix invocation of base64 in refc/buffer test.
2022-07-13 06:46:31 -07:00

7 lines
111 B
Plaintext

rm -rf build
$1 --no-color --console-width 0 --no-banner CopyFile.idr < input
base64 -i dest.bin
rm dest.bin