parser_test.go: changed the notice message about EXPR_PATH

This commit is contained in:
Celestino Amoroso 2024-04-13 04:40:48 +02:00
parent b17d2250a4
commit 7f9fd570b2

View File

@ -204,7 +204,7 @@ func TestParser(t *testing.T) {
} else {
failed++
if i+1 == check_env_expr_path {
t.Logf(`NOTICE: Test nr %d requires EXPR_PATH environment variable with value "."`, check_env_expr_path)
t.Logf(`NOTICE: Test nr %d requires EXPR_PATH="."`, check_env_expr_path)
}
}
}