summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--quilt.changes5
-rw-r--r--test/mail.test12
2 files changed, 11 insertions, 6 deletions
diff --git a/quilt.changes b/quilt.changes
index 3dd5617..d34dd8c 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Jan 30 11:36:16 CET 2006 - jayvdb@gmail.com
+
+- test/mail.test: /dev/stdin & /dev/stdout dont exist on Tru64.
+
+-------------------------------------------------------------------
Mon Jan 30 11:32:29 CET 2006 - agruen@suse.de
- lib/backup-files.c: Tru64 does not have snprintf. (Reported by
diff --git a/test/mail.test b/test/mail.test
index 4f6ee80..ce38b10 100644
--- a/test/mail.test
+++ b/test/mail.test
@@ -15,7 +15,7 @@
$ quilt mail --mbox mbox --prefix "test" --subject "This is a test" -m "Message"
> Unable to extract a subject header from patches/1.diff
- $ cat /dev/stdin no-subject > patches/1.diff
+ $ cat - no-subject > patches/1.diff
< Subject: Subject of 1.diff
<
< Acked-by: Dummy <dummy@some.where>
@@ -24,7 +24,7 @@
$ quilt mail --mbox mbox --prefix "test" -m "Message"
> Introduction has no subject header
- $ cat /dev/stdin no-subject > patches/2.diff
+ $ cat - no-subject > patches/2.diff
< DESC
< Subject of 2.diff
< is: split
@@ -35,20 +35,20 @@
< Signed-off-by: Dummy <dummy@some.where>
<
- $ cat /dev/stdin no-subject > patches/3.diff
+ $ cat - no-subject > patches/3.diff
< Subject of 3.diff
<
< To: Dummy <dummy@some.where>
<
- $ cat /dev/stdin no-subject > patches/4.diff
+ $ cat - no-subject > patches/4.diff
< First paragraph used as
< subject of 4.diff.
<
< Cc: Dummy <dummy@some.where>
<
- $ cat /dev/stdin no-subject > patches/5.diff
+ $ cat - no-subject > patches/5.diff
< Subject of 1.diff
<
@@ -56,7 +56,7 @@
$ quilt mail --mbox mbox --prefix "test" --subject "This is a test" -m "Message"
> Patches 1.diff, 5.diff have duplicate subject headers.
- $ cat /dev/stdin no-subject > patches/5.diff
+ $ cat - no-subject > patches/5.diff
< Aw: [patch] Fwd: Re: [patch 5/7] Fw: Subject of 5.diff
<