File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed
Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5- - Add ` --init ` option to get you started quickly
6- - Allow passing a directory to ` --init `
5+ - Add ` --init [dir] ` option to get you started quickly
76- Fix process time always shows as 0 ms
87- Fixed terminal width detection first tput and fall back stty
98- Refactor clock optimizing the implementation used to get the time
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2+ # shellcheck disable=SC2317
3+
24set -euo pipefail
35
46TMP_DIR=" tmp/init"
@@ -30,11 +32,3 @@ function test_bashunit_init_custom_directory() {
3032 assert_file_exists custom/bootstrap.sh
3133 popd > /dev/null
3234}
33-
34- function test_bashunit_init_custom_directory() {
35- pushd " $TMP_DIR " > /dev/null
36- ../../bashunit --init custom > /tmp/init.log
37- assert_file_exists custom/example_test.sh
38- assert_file_exists custom/bootstrap.sh
39- popd > /dev/null
40- }
You can’t perform that action at this time.
0 commit comments