diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-10-20 15:35:44 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-10-20 15:36:29 -0400 |
commit | 62de5e2bc9a39b189a84ff0691efeb8518f1688a (patch) | |
tree | fc6c8d89f0b3eb7848f4955a9f6b3f797a3d3fc5 /tests/common/ls.sh | |
parent | 55a1ad42bd172aa235015b88c092a225ec7f4862 (diff) | |
download | bfs-62de5e2bc9a39b189a84ff0691efeb8518f1688a.tar.xz |
tests: Always clean scratch before using it
Diffstat (limited to 'tests/common/ls.sh')
-rw-r--r-- | tests/common/ls.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/common/ls.sh b/tests/common/ls.sh index b49a2d5..85ca39c 100644 --- a/tests/common/ls.sh +++ b/tests/common/ls.sh @@ -1 +1,2 @@ +clean_scratch invoke_bfs rainbow -ls >scratch/ls.out |