summaryrefslogtreecommitdiff
path: root/test/shell/list-syntax/rc
diff options
context:
space:
mode:
Diffstat (limited to 'test/shell/list-syntax/rc')
-rw-r--r--test/shell/list-syntax/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/shell/list-syntax/rc b/test/shell/list-syntax/rc
index e60c1ad5..93b5e169 100644
--- a/test/shell/list-syntax/rc
+++ b/test/shell/list-syntax/rc
@@ -1,6 +1,6 @@
declare-option str-list my_list 'foo' 'bar' '''foo''bar'''
evaluate-commands %sh{
- eval set -- $kak_opt_my_list
+ eval set -- $kak_quoted_opt_my_list
for elem; do
echo exec "'i$(printf %s "$elem" | sed -e s/\'/\'\'/g)<ret><esc>'"
done