mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-21 21:46:15 +02:00
Revert "tests/functional/common/init.sh: Use parentheses around negation"
ShellCheck doesn't want us to add extra parentheses for show.
This reverts commit 7c9f3eeef8
.
This commit is contained in:
parent
dcee46a0ef
commit
d9684664c8
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ if isTestOnNixOS; then
|
|||
|
||||
export NIX_USER_CONF_FILES="$test_nix_conf_dir/nix.conf"
|
||||
mkdir -p "$test_nix_conf_dir" "$TEST_HOME"
|
||||
(! test -e "$test_nix_conf")
|
||||
! test -e "$test_nix_conf"
|
||||
cat > "$test_nix_conf_dir/nix.conf" <<EOF
|
||||
# TODO: this is not needed for all tests and prevents stable commands from be tested in isolation
|
||||
experimental-features = nix-command flakes
|
||||
|
|
Loading…
Reference in a new issue