diff --git a/op_test.sh b/op_test.sh index 14bbc70..6ad54ca 100755 --- a/op_test.sh +++ b/op_test.sh @@ -93,7 +93,7 @@ verbose () { # currently not used [ $((VERBOSE)) -eq 1 ] || return 0 - print "|| :: $1 .. OK" + print "$1 .. ok" } completed ()