Idris2/tests/contrib/system_directory_tree_copyDir/run
2023-09-07 14:57:22 +01:00

9 lines
178 B
Plaintext

. ../../testutils.sh
run -p contrib CopyDir.idr
ls -R resultDir | sed '/^resultDir:$/d'
base64 -i resultDir/source.bin
cat resultDir/nestedDir/anotherFile.txt
rm -rf resultDir