Verified Commit 41547462 authored by TECHNOFAB's avatar TECHNOFAB 🐈
Browse files

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

parent f071c74d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"