mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
6 lines
118 B
Text
6 lines
118 B
Text
case="file path typo"
|
|
command="cd ./correc"
|
|
error="no such file or directory"
|
|
expect="cd ./correct"
|
|
|
|
mkdir -p correct
|