6 source "$REG_DIR/scaffold"
10 function fixup_time_info
12 touch -a -m -t "$TOUCH_DATE" ".git/patches/master/$1"
15 shouldfail guilt header
19 cmd guilt new
-s -m "blah blah blah" patch-with-some-desc
21 fixup_time_info patch-with-some-desc
28 guilt series |
while read n
; do
32 shouldfail guilt header non-existant
34 # This is an evil variant of a non-existant patch. However, this
35 # patch name is a regexp that just happens to match an existing patch.
36 shouldfail guilt header
'.*'
38 shouldfail guilt header de
41 # FIXME: how do we check that -e works?