gjs.tests: fix warning
The tests complained:/nix/store/nm3nf5y4hzgmy00lw5s6ls68j38y84y0-gjs-1.72.0-installedTests/libexec/installed-tests/gjs/scripts/testCommandLineModules.sh: line 90: gjs-console: command not foundBut they still passed.
Jan Tojnar 3 years ago 053ecedf 548f950b
··· 3 makeInstalledTest { 4 tested = pkgs.gjs; 5 withX11 = true; 0 0 0 0 0 0 6 }
··· 3 makeInstalledTest { 4 tested = pkgs.gjs; 5 withX11 = true; 6 + 7 + testConfig = { 8 + environment.systemPackages = [ 9 + pkgs.gjs 10 + ]; 11 + }; 12 }