diff options
| author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-07-25 17:37:42 +0200 | 
|---|---|---|
| committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-07-25 17:37:52 +0200 | 
| commit | c0570bf66259b59f26439592aff450f42d4e2f55 (patch) | |
| tree | a40b4be43c57c09e22a25ff1bc5c3662fbde5316 /t | |
| parent | c8fde30ea43c7ec54f76740c24926bf3904e7038 (diff) | |
| download | sbotools2-c0570bf66259b59f26439592aff450f42d4e2f55.tar.xz | |
24-unit-sboconfig.t: update error message check
Diffstat (limited to 't')
| -rwxr-xr-x | t/24-unit-sboconfig.t | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/t/24-unit-sboconfig.t b/t/24-unit-sboconfig.t index 8f637de..7f97827 100755 --- a/t/24-unit-sboconfig.t +++ b/t/24-unit-sboconfig.t @@ -36,6 +36,6 @@ sub load {  	my $exit;  	my $out = capture_merged { $exit = exit_code { main::config_write(); }; }; -	is ($out, "A fatal script error has occurred:\nconfig_write requires two arguments.\nExiting.\n", "sboconfig's config_write() gave correct output"); +	is ($out, "A fatal script error has occurred:\nconfig_write requires at least two arguments.\nExiting.\n", "sboconfig's config_write() gave correct output");  	is ($exit, 2, "sboconfig's config_write() gave correct exit status");  } | 
