diff options
Diffstat (limited to '')
| -rwxr-xr-x | t/reduce-2-full | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/t/reduce-2-full b/t/reduce-2-full new file mode 100755 index 0000000..59a1b5e --- /dev/null +++ b/t/reduce-2-full @@ -0,0 +1,22 @@ +#!/bin/sh -e +. t/common.sh + +printf '%s\n' > file \ + "${HEAD} 1" \ + common-first \ + common-second \ + common-third \ + "${TAIL} 2" \ + common-first \ + common-second \ + common-third \ + "${END} 2" + +printf '%s\n' > file.expected \ + common-first \ + common-second \ + common-third + +normal --reduce file + +also_interactive r |
