Skip to content

`checker`: Remove `{}` in `test_err()`

Razvan Deaconescu requested to merge (removed):fix-err-test into master

The test_err() function was using a lingering artifact ({}) from the use of xargs in other tests. This failed the test.

This commit removes the lingering artifact. The test now passes.

Signed-off-by: Razvan Deaconescu razvan.deaconescu@upb.ro

Merge request reports