summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-01-30 10:37:00 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-01-30 10:37:00 +0000
commitc87b1dcdbe33dfd18031386eafbdb8991ffa9e27 (patch)
tree22afa87815645c2590f0660ce99abf6c894d0cd6 /test
parent45c1ba772efd16c845f81b0bfb68a842124ba203 (diff)
downloadquilt-c87b1dcdbe33dfd18031386eafbdb8991ffa9e27.tar.gz
- test/mail.test: /dev/stdin & /dev/stdout dont exist on Tru64.
Diffstat (limited to 'test')
-rw-r--r--test/mail.test12
1 files changed, 6 insertions, 6 deletions
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
<