mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
10 lines
257 B
Bash
10 lines
257 B
Bash
# Copyright (c) 2019-2024, see AUTHORS. Licensed under MIT License, see LICENSE.
|
|
|
|
load lib
|
|
|
|
@test 'default config can be switched into' {
|
|
switch_to_default_config
|
|
|
|
assert_command nix-on-droid nix-shell bash vim find
|
|
assert_no_command dash xonsh zsh
|
|
}
|