浏览代码

tests: Add a comment. No functional change.

pull/266/head
Daniel Shahaf 8 年前
父节点
当前提交
268656d52b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      tests/test-highlighting.zsh

+ 2
- 0
tests/test-highlighting.zsh 查看文件

@ -121,6 +121,8 @@ run_test() {
typeset -r __tests_tempdir # don't allow tests to override the variable that we will 'rm -rf' later on
{
# Use a subshell to isolate tests from each other.
# (So tests can alter global shell state using 'cd', 'hash', etc)
(run_test_internal "$__tests_tempdir" "$@")
} always {
rm -rf -- "$__tests_tempdir"

正在加载...
取消
保存