ansi.test.bash

This commit is contained in:
pvincent
2026-07-18 14:52:10 +04:00
parent df8b0ac5d7
commit 3b3827a533
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -9,8 +9,8 @@ readonly BASEDIR
function do_subshell_term {
# grep nope nope
echo "found=$(grep nope nope)"
echo "found=$(command_not_found)"
echo "found=$(grep nope nope)"
command_not_found
}