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 3 makeInstalledTest { 4 4 tested = pkgs.gjs; 5 5 withX11 = true; 6 6 + 7 7 + testConfig = { 8 8 + environment.systemPackages = [ 9 9 + pkgs.gjs 10 10 + ]; 11 11 + }; 6 12 }