diff options
Diffstat (limited to 't/60-bin-efa.t')
-rw-r--r-- | t/60-bin-efa.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/60-bin-efa.t b/t/60-bin-efa.t index 6bb9f5d..8337b62 100644 --- a/t/60-bin-efa.t +++ b/t/60-bin-efa.t @@ -16,7 +16,7 @@ my $re_version = qr{\S*efa version \S+}; sub mk_err { my ($arg, $value, $message) = @_; return sprintf( - "WWW::Efa config error: Wrong arg for option %s: %s\n%s\n", + "WWW::Efa setup error: Wrong arg for option %s: %s\n%s\n", $arg, $value, $message ); } |