~dricottone/my-utils

c361ee9c2866dfba3f6d0b25ccf8af21b6210177 — Dominic Ricottone 2 years ago 07e6189
Minor update
1 files changed, 1 insertions(+), 1 deletions(-)

M core/unittest
M core/unittest => core/unittest +1 -1
@@ 106,7 106,7 @@ if [ -z "${target+x}" ]; then
  (>&2 /usr/bin/printf "Usage: unittest TARGET [OPTIONS]\n")
  exit 1
elif [ ! -d "$target" ]; then
  if /usr/bin/printf "%s\n" "$target" | grep -q -e ".*\.py"; then
  if /usr/bin/printf "%s\n" "$target" | /usr/bin/grep -q -e ".*\.py"; then
    single_target=1
  else
    error_msg "No such directory '${target}'"