summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/guix-gc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guix-gc.sh b/tests/guix-gc.sh
index 675a13115d9..40670971606 100644
--- a/tests/guix-gc.sh
+++ b/tests/guix-gc.sh
@@ -65,7 +65,7 @@ guix gc --delete "$drv"
test ! -f "$drv"
# Add a .drv, register it as a root.
-drv="`guix build --root=guix-gc-root lsh -d`"
+drv="`guix build --root=guix-gc-root hello -d`"
test -f "$drv" && test -L guix-gc-root
guix gc --list-roots | grep "$PWD/guix-gc-root"