diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-03-23 01:20:34 +0000 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-04-01 14:49:34 +0200 |
| commit | 11559edcba032a9481c9dc224a5300fa5f4d7df7 (patch) | |
| tree | 2cb408488c62d563ea1da4375aff4725a8f21bcb /gnu/packages | |
| parent | 7cef57e2a7dedd3eea0ba5852915eaf10f00e9f4 (diff) | |
gnu: genimage: Fix failing test case.
* gnu/packages/genimage.scm (genimage)[#:phases]
<fix-failing-tests>: Patch another test output.
Change-Id: Ief0857b04ebe2bb527274df87d38325d5d498651
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/genimage.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/genimage.scm b/gnu/packages/genimage.scm index b90adffb67d..12ff1e6554c 100644 --- a/gnu/packages/genimage.scm +++ b/gnu/packages/genimage.scm @@ -2,6 +2,7 @@ ;;; Copyright © 2018 Danny Milosavljevic <dannym@scratchpost.org> ;;; Copyright © 2021 Vincent Legoll <vincent.legoll@gmail.com> ;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se> ;;; ;;; This file is part of GNU Guix. ;;; @@ -109,7 +110,8 @@ "test/ext3test.2.dump" "test/ext4test.2.dump" "test/ext2test-percent.2.dump" - "test/mke2fs.2.dump") + "test/mke2fs.2.dump" + "test/mke2fs.3.dump") (("root") "unknown")))) (add-before 'check 'setenv-check (lambda _ |
