diff options
Diffstat (limited to 't/merge-no-conflicts')
| -rwxr-xr-x | t/merge-no-conflicts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/t/merge-no-conflicts b/t/merge-no-conflicts new file mode 100755 index 0000000..5dc5804 --- /dev/null +++ b/t/merge-no-conflicts @@ -0,0 +1,11 @@ +#!/bin/sh -e +. t/common.sh + +printf '%s\n' > file \ + no conflicts + +cp -- file file.expected + +normal --merge --no-reduce file + +also_interactive '' |
