mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-31 20:54:56 +00:00
12 lines
249 B
Diff
12 lines
249 B
Diff
--- a/installed-tests/debugger-test.sh
|
|
+++ b/installed-tests/debugger-test.sh
|
|
@@ -6,7 +6,7 @@
|
|
if test "$GJS_USE_UNINSTALLED_FILES" = "1"; then
|
|
gjs="$TOP_BUILDDIR/gjs-console"
|
|
else
|
|
- gjs="gjs-console"
|
|
+ gjs=@gjsConsole@
|
|
fi
|
|
|
|
echo 1..1
|