diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-03-02 17:28:52 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-03-02 17:28:52 -0500 |
commit | d0d98f0aea35fcd378fc93f02d8449030b1ba454 (patch) | |
tree | ca2ac2a2852ebaeb9ec9e9543ae2ae1945850504 /tests/scripts | |
parent | 17781f27c49b961526c7e3a5302482744e6a038b (diff) | |
download | cmd2-git-d0d98f0aea35fcd378fc93f02d8449030b1ba454.tar.gz |
Removed abbrev attribute
Diffstat (limited to 'tests/scripts')
-rw-r--r-- | tests/scripts/postcmds.txt | 1 | ||||
-rw-r--r-- | tests/scripts/precmds.txt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/scripts/postcmds.txt b/tests/scripts/postcmds.txt index 760bcdf5..2b478b57 100644 --- a/tests/scripts/postcmds.txt +++ b/tests/scripts/postcmds.txt @@ -1,2 +1 @@ -set abbrev off set colors off diff --git a/tests/scripts/precmds.txt b/tests/scripts/precmds.txt index d8857e92..d0b27fb6 100644 --- a/tests/scripts/precmds.txt +++ b/tests/scripts/precmds.txt @@ -1,2 +1 @@ -set abbrev on set colors on |