summaryrefslogtreecommitdiff
path: root/tests/scripts/targets/ONESHELL
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scripts/targets/ONESHELL')
-rw-r--r--tests/scripts/targets/ONESHELL3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/scripts/targets/ONESHELL b/tests/scripts/targets/ONESHELL
index 5b86e48..997423f 100644
--- a/tests/scripts/targets/ONESHELL
+++ b/tests/scripts/targets/ONESHELL
@@ -62,8 +62,7 @@ all:
> @$$a=5
> +7;
> @y=qw(a b c);
->print "a = $$a, \
-y = (@y)\n";
+>print "a = $$a, y = (@y)\n";
!,
'', "a = 12, y = (a b c)\n");