File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5- - Skip ` --init ` option tests for NixOS
65- Add support for ` .bash ` test files
76
87## [ 0.22.3] ( https://github.com/TypedDevs/bashunit/compare/0.22.2...0.22.3 ) - 2025-07-27
Original file line number Diff line number Diff line change @@ -14,10 +14,6 @@ function tear_down() {
1414}
1515
1616function test_bashunit_init_creates_structure() {
17- if check_os::is_nixos; then
18- skip && return
19- fi
20-
2117 # switch into a clean temporary directory
2218 pushd " $TMP_DIR " > /dev/null
2319 # generate test scaffolding
@@ -30,10 +26,6 @@ function test_bashunit_init_creates_structure() {
3026}
3127
3228function test_bashunit_init_custom_directory() {
33- if check_os::is_nixos; then
34- skip && return
35- fi
36-
3729 pushd " $TMP_DIR " > /dev/null
3830 ../../bashunit --init custom > /tmp/init.log
3931 assert_file_exists " custom/example_test.sh"
You can’t perform that action at this time.
0 commit comments