miaou-bash-test runs anywhere

This commit is contained in:
pvincent
2026-08-14 12:29:39 +04:00
parent 932001baf7
commit ed0342fd56
2 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ function library {
echo library loaded
>&2 echo stderr from library
# . "./test/stub/extra/onemore.bash"
"./test/stub/extra/onemore.bash"
"$MIAOU_BASH_DIR/test/stub/extra/onemore.bash"
}
library