diff options
author | koverstreet <kent.overstreet@gmail.com> | 2020-12-01 15:13:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-01 15:13:43 -0500 |
commit | 92b2d975a3e246dfb48be9dd7ae8295a060617f6 (patch) | |
tree | c5106177b35ef89961512629d1fe183ffb61cb0c /lib/util.sh | |
parent | be16039bc15efc17e9dbd152b1b6ddb471ff9408 (diff) | |
parent | 328c14de21d48b5b6ee74a376c18f9e0400ca751 (diff) |
Merge pull request #10 from zenglg/master
make bcache tests run
Diffstat (limited to 'lib/util.sh')
-rw-r--r-- | lib/util.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.sh b/lib/util.sh index 14af849..cfbcb25 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -1,6 +1,6 @@ ktest_no_cleanup_tmpdir="" -ktest_tmp="" +ktest_tmp=${ktest_tmp:-""} ktest_exit() { |