diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-10-27 18:10:26 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-10-28 00:30:50 +0200 |
commit | ec397b312f901da59d9a2e1cffb26bf31507e61f (patch) | |
tree | bbbd142efdec61eb782d16688cb0deeb872391a0 /tests/pack.scm | |
parent | 20a3df0fd3353fe00a3cfde36317e0c8f4fc1187 (diff) | |
download | patches-ec397b312f901da59d9a2e1cffb26bf31507e61f.tar patches-ec397b312f901da59d9a2e1cffb26bf31507e61f.tar.gz |
tests: Fix typo.
This is a followup to 19c924af4f3726688ca155a905ebf1cb9acdfca2.
* tests/pack.scm: Fix typo in 'test-skip'.
Diffstat (limited to 'tests/pack.scm')
-rw-r--r-- | tests/pack.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pack.scm b/tests/pack.scm index 7f867894c2..4eb5be92ff 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 |