parser_test.go: changed the notice message about EXPR_PATH
This commit is contained in:
parent
b17d2250a4
commit
7f9fd570b2
@ -204,7 +204,7 @@ func TestParser(t *testing.T) {
|
|||||||
} else {
|
} else {
|
||||||
failed++
|
failed++
|
||||||
if i+1 == check_env_expr_path {
|
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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user