diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-10-13 13:52:01 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-10-13 14:17:53 -0400 |
commit | 3780856f7503096e01a64f19eb6051b765db252e (patch) | |
tree | 9dbf272cf39d981e32cd7ef98f78d10e19e95068 /docs | |
parent | 6539791c7da12ab9e1dcca445faf1cd0b0bb302a (diff) | |
download | bfs-3780856f7503096e01a64f19eb6051b765db252e.tar.xz |
tests: Always create the scratch directory
Otherwise, some tests that try to check for flag support like
invoke_bfs scratch -quit -xattr || skip
can be accidentally skipped if ./scratch doesn't exist yet:
$ ./tests/tests.sh bsd/xattr
tests skipped: 1
After this patch, we get the expected
$ ./tests/tests.sh bsd/xattr
tests passed: 1
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions