diff options
| author | Dennis <13968467+Decstasy@users.noreply.github.com> | 2025-11-25 15:02:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-25 15:02:52 +0100 |
| commit | cedfc166d42f4e89dddc1caa44e0655157d35a0a (patch) | |
| tree | ee980d8df72bc9611099f6a997274831098d4175 /plugins/t/check_mysql_query.t | |
| parent | 978343ed03d3327597fa3317901f1c1741a7e3c4 (diff) | |
| parent | 3657197cf77ca78f6e2d003a71d48dc5d4dc45ae (diff) | |
| download | monitoring-plugins-cedfc166d42f4e89dddc1caa44e0655157d35a0a.tar.gz | |
Merge branch 'master' into check_dig_flags_feature
Diffstat (limited to 'plugins/t/check_mysql_query.t')
| -rw-r--r-- | plugins/t/check_mysql_query.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_mysql_query.t b/plugins/t/check_mysql_query.t index c30245b2..6de48bf6 100644 --- a/plugins/t/check_mysql_query.t +++ b/plugins/t/check_mysql_query.t | |||
| @@ -54,5 +54,5 @@ like( $result->output, "/No rows returned/", "No rows error message"); | |||
| 54 | 54 | ||
| 55 | $result = NPTest->testCmd("./check_mysql_query -q 'SHOW VARIABLES' -H $mysqlserver $mysql_login_details"); | 55 | $result = NPTest->testCmd("./check_mysql_query -q 'SHOW VARIABLES' -H $mysqlserver $mysql_login_details"); |
| 56 | cmp_ok( $result->return_code, '==', 2, "Data not numeric"); | 56 | cmp_ok( $result->return_code, '==', 2, "Data not numeric"); |
| 57 | like( $result->output, "/Is not a numeric/", "Data not numeric error message"); | 57 | like( $result->output, "/is not numeric/", "Data not numeric error message"); |
| 58 | 58 | ||
