test: fix missing grep due to strict mode being default now

This commit is contained in:
technofab 2025-09-15 15:36:58 +02:00
parent f071c74dcd
commit 41547462fb
No known key found for this signature in database

View file

@ -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"