Skip to content

Commit

Permalink
Remove extraneous end
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall authored and edouard-lopez committed Feb 16, 2024
1 parent 0519bf1 commit ad85368
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/_pure_is_inside_container.test.fish
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,15 @@ if test (uname -s) != Darwin

_pure_is_inside_container
) $status -eq $SUCCESS
end
end

if test (uname -s) = Darwin
cleanup_spy
@test "_pure_is_inside_container: false for Github Action on MacOS" (
set --universal pure_enable_container_detection true

_pure_is_inside_container
_pure_is_inside_container
) $status -eq $FAILURE
end
end

@test "_pure_is_inside_container: detect with $container variable" (
Expand Down

0 comments on commit ad85368

Please sign in to comment.