parser_test.go: changed the notice message about EXPR_PATH
This commit is contained in:
+1
-1
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user