aboutsummaryrefslogtreecommitdiffstats
path: root/t/no-option-reduce-no-yes
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xt/no-option-reduce-no-yes28
1 files changed, 28 insertions, 0 deletions
diff --git a/t/no-option-reduce-no-yes b/t/no-option-reduce-no-yes
new file mode 100755
index 0000000..9078a9b
--- /dev/null
+++ b/t/no-option-reduce-no-yes
@@ -0,0 +1,28 @@
+#!/bin/sh -e
+. t/common.sh
+
+printf '%s\n' > file \
+ "${HEAD} ours" \
+ same \
+ ours \
+ "${PARENT} base" \
+ same \
+ base \
+ "${TAIL}" \
+ same \
+ theirs \
+ "${END} theirs"
+
+printf '%s\n' > file.expected \
+ same \
+ "${HEAD} ours" \
+ ours \
+ "${PARENT} base" \
+ base \
+ "${TAIL}" \
+ theirs \
+ "${END} theirs"
+
+conflict --no-reduce --reduce file
+
+also_interactive r