Idris2/tests/contrib/system_directory_tree_copyDir/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

9 lines
218 B
Plaintext

rm -rf build
$1 --no-banner --no-color --console-width 0 -p contrib CopyDir.idr < input
ls -R resultDir | sed '/^resultDir:$/d'
base64 -i resultDir/source.bin
cat resultDir/nestedDir/anotherFile.txt
rm -rf resultDir