unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 76e207e590db51433267ea9c29f7bde9c6bc5c9e 693 bytes (raw)
name: gnu/packages/patches/aegis-test-fixup-1.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
This test fails because it expects a mimetype "Content-Type: image/gif"
whereas that provided by libmagic is "Content-Type: image/gif; charset=binary"
Presumably the test was written against a different version.
--- aegis-4.24/test/02/t0228a-matt.sh	2008-03-14 07:19:27.000000000 +0100
+++ aegis-4.24/test/02/t0228a-matt.sh	2014-01-27 09:43:44.000000000 +0100
@@ -147,7 +147,8 @@
 SCRIPT_NAME=/cgi-bin/aeget \
 PATH_INFO=icon/rss.gif \
 QUERY_STRING= \
-$bin/aeget > rss.served.gif 2>&1
+$bin/aeget \
+| sed -e 's%^Content-Type: image/gif; charset=binary%Content-Type: image/gif%' > rss.served.gif 2>&1
 if test $? -ne 0 ; then fail; fi
 
 # Compare the expected and the actual received file.

debug log:

solving 76e207e ...
found 76e207e in https://yhetil.org/guix-devel/1405518437-24315-1-git-send-email-jmd@gnu.org/

applying [1/1] https://yhetil.org/guix-devel/1405518437-24315-1-git-send-email-jmd@gnu.org/
diff --git a/gnu/packages/patches/aegis-test-fixup-1.patch b/gnu/packages/patches/aegis-test-fixup-1.patch
new file mode 100644
index 0000000..76e207e

1:20: trailing whitespace.
 
Checking patch gnu/packages/patches/aegis-test-fixup-1.patch...
Applied patch gnu/packages/patches/aegis-test-fixup-1.patch cleanly.
warning: 1 line adds whitespace errors.

index at:
100644 76e207e590db51433267ea9c29f7bde9c6bc5c9e	gnu/packages/patches/aegis-test-fixup-1.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).