From c9858bb6d1a3bf0c99f5387f4e1fd7791dc223b0 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sun, 23 Jun 2019 12:03:40 +1000 Subject: Fix tests with new opt-in quoting --- test/shell/list-syntax/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/shell') 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)'" done -- cgit v1.2.3