Skip to content

Commit fd8b27f

Browse files
authored
Revert "Skip --init option tests for NixOS"
1 parent b2aa3ab commit fd8b27f

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Changelog
22

3-
## Unreleased
4-
5-
- Skip `--init` option tests for NixOS
6-
73
## [0.22.3](https://github.com/TypedDevs/bashunit/compare/0.22.2...0.22.3) - 2025-07-27
84

95
- Fix NixOS support

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)