mirror of
https://gitlab.com/rensa-nix/devshell.git
synced 2025-12-10 21:30:07 +01:00
test: fix missing grep due to strict mode being default now
This commit is contained in:
parent
f071c74dcd
commit
41547462fb
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
in
|
||||
# sh
|
||||
''
|
||||
${ntlib.helpers.path [pkgs.gnugrep]}
|
||||
${ntlib.helpers.scriptHelpers}
|
||||
assert_file_contains ${shell}/env.bash "XDG_DATA_DIRS" "should contain XDG_DATA_DIRS"
|
||||
'';
|
||||
|
|
@ -43,6 +44,7 @@
|
|||
in
|
||||
# sh
|
||||
''
|
||||
${ntlib.helpers.path [pkgs.gnugrep]}
|
||||
${ntlib.helpers.scriptHelpers}
|
||||
assert_file_contains ${shell}/env.bash "HELLO" "should contain HELLO"
|
||||
assert_file_contains ${shell}/env.bash "world" "should contain world"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue