aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Fabian Homborg <FHomborg@gmail.com>2016-05-23 20:19:22 +0200
committerGravatar Fabian Homborg <FHomborg@gmail.com>2016-05-23 20:19:22 +0200
commit8b44358c53d9a55a60490ef6d33152079eca5fc2 (patch)
treeec27a115c49f99006133b7d14ba8428697711297 /tests
parentdac8483f7e96ac9d18152c571ba7ed48f2341f4d (diff)
Bring abbr test in line with new behavior
Previously, `--erase` would not accept any options and wouldn't read "--" as option-separator. Now it does like every other "command", and it could conceivably gain e.g. a "--prefix" option.
Diffstat (limited to 'tests')
-rw-r--r--tests/abbr.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/abbr.in b/tests/abbr.in
index b4f87049..2086f66c 100644
--- a/tests/abbr.in
+++ b/tests/abbr.in
@@ -30,7 +30,7 @@ abbr -e '~__abbr2'
# Ensure we handle leading dashes in abbreviation names properly
abbr -- '--__abbr3' 'xyz'
abbr | grep __abbr3
-abbr -e '--__abbr3'
+abbr -e -- '--__abbr3'
# Ensure we are not recognizing later "=" as separators
abbr d2 env a=b banana