Skip to content

Commit 28f24a6

Browse files
authored
Merge pull request #461 from TypedDevs/revert-458-test/skip-init-for-nixos
Revert "Skip --init option tests for NixOS"
2 parents 1355b59 + 14ace95 commit 28f24a6

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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

tests/acceptance/bashunit_init_test.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ function tear_down() {
1414
}
1515

1616
function 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

3228
function 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"

0 commit comments

Comments
 (0)