diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-09-06 23:05:35 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-09-06 23:16:20 -0400 |
commit | e8557caace66b058e3048de7eff954baaa6c0493 (patch) | |
tree | cc1ee8f30b4b44bced71ce6a61dd500d2b45c049 /tests | |
parent | 4504dd3599404a916f104e0c715a9bcf3fb0062b (diff) | |
download | bfs-e8557caace66b058e3048de7eff954baaa6c0493.tar.xz |
parse: Don't reorder or remove tests with potential side effects
-empty and -xtype may have side effects like reporting permission
errors, which even affect the exit status of bfs. We shouldn't remove
these effects without -Ofast.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_xtype_reorder.out | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/test_xtype_reorder.out b/tests/test_xtype_reorder.out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/test_xtype_reorder.out |