Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/installed-tests/debugger-test.sh b/installed-tests/debugger-test.sh 2index 0d118490..54c5507e 100755 3--- a/installed-tests/debugger-test.sh 4+++ b/installed-tests/debugger-test.sh 5@@ -3,7 +3,7 @@ 6 if test "$GJS_USE_UNINSTALLED_FILES" = "1"; then 7 gjs="$TOP_BUILDDIR/gjs-console" 8 else 9- gjs=gjs-console 10+ gjs=@gjsConsole@ 11 fi 12 13 echo 1..1