guix-commits
[Top][All Lists]
Advanced

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

01/03: tests: Fix typo.


From: Ludovic Courtès
Subject: 01/03: tests: Fix typo.
Date: Sat, 27 Oct 2018 19:13:27 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ec397b312f901da59d9a2e1cffb26bf31507e61f
Author: Ludovic Courtès <address@hidden>
Date:   Sat Oct 27 18:10:26 2018 +0200

    tests: Fix typo.
    
    This is a followup to 19c924af4f3726688ca155a905ebf1cb9acdfca2.
    
    * tests/pack.scm: Fix typo in 'test-skip'.
---
 tests/pack.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/pack.scm b/tests/pack.scm
index 7f86789..4eb5be9 100644
--- a/tests/pack.scm
+++ b/tests/pack.scm
@@ -55,7 +55,7 @@
 ;; quite inexpensively; see <https://bugs.gnu.org/32184>.
 
 (with-external-store store
-  (unless store (tests-skip 1))
+  (unless store (test-skip 1))
   (test-assertm "self-contained-tarball" store
     (mlet* %store-monad
         ((profile (profile-derivation (packages->manifest



reply via email to

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