Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

## Unreleased

- Skip `--init` option tests for NixOS
- Add support for `.bash` test files

## [0.22.3](https://github.com/TypedDevs/bashunit/compare/0.22.2...0.22.3) - 2025-07-27
Expand Down
8 changes: 0 additions & 8 deletions tests/acceptance/bashunit_init_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ function tear_down() {
}

function test_bashunit_init_creates_structure() {
if check_os::is_nixos; then
skip && return
fi

# switch into a clean temporary directory
pushd "$TMP_DIR" >/dev/null
# generate test scaffolding
Expand All @@ -30,10 +26,6 @@ function test_bashunit_init_creates_structure() {
}

function test_bashunit_init_custom_directory() {
if check_os::is_nixos; then
skip && return
fi

pushd "$TMP_DIR" >/dev/null
../../bashunit --init custom > /tmp/init.log
assert_file_exists "custom/example_test.sh"
Expand Down
Loading