about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rwxr-xr-xt/t0041-optional-pool-size.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0041-optional-pool-size.sh b/t/t0041-optional-pool-size.sh
index 63792c3..c074676 100755
--- a/t/t0041-optional-pool-size.sh
+++ b/t/t0041-optional-pool-size.sh
@@ -4,7 +4,7 @@
 case $model in
 NeverBlock|CoolioThreadPool) ;;
 *)
-        t_info "skipping $T since it doesn't support :pool_size"
+        t_info "skipping $model.$T since it doesn't support :pool_size"
         exit
         ;;
 esac