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