guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: tests: Refer to "address@hidden".


From: Ludovic Courtès
Subject: 01/02: tests: Refer to "address@hidden".
Date: Sat, 11 Nov 2017 09:34:53 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 4ad3a3f995dc9bd00edbe37eb773bf07d1ad14c0
Author: Ludovic Courtès <address@hidden>
Date:   Sat Nov 11 15:33:04 2017 +0100

    tests: Refer to "address@hidden".
    
    This is a followup to dd00e0919fcecd895ff4e5a646cf068f46ff8d12.
    
    * tests/guix-build.sh: Refer to "address@hidden".
---
 tests/guix-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/guix-build.sh b/tests/guix-build.sh
index 880a582..004a40d 100644
--- a/tests/guix-build.sh
+++ b/tests/guix-build.sh
@@ -184,7 +184,7 @@ test "`guix build superseded -d`" = "`guix build bar -d`"
 
 # Parsing package names and versions.
 guix build -n time             # PASS
-guix build -n address@hidden           # PASS, version found
+guix build -n address@hidden           # PASS, version found
 if guix build -n address@hidden;       # FAIL, version not found
 then false; else true; fi
 if guix build -n something-that-will-never-exist; # FAIL



reply via email to

[Prev in Thread] Current Thread [Next in Thread]