running expect spawn in docker alpine – no such file or directory
I'm new to bash testing and wanted to create a docker image to test a cli. I discovered 'expect' and wanted to try it against this example bash script. Only problem is its failing to spawn a file. data/que.sh #!/bin/bash…