We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e752d6b commit edfa7a0Copy full SHA for edfa7a0
1 file changed
util/gnu-patches/tests_env_env-S.pl.patch
@@ -2,7 +2,7 @@ Index: gnu/tests/env/env-S.pl
2
===================================================================
3
--- gnu.orig/tests/env/env-S.pl
4
+++ gnu/tests/env/env-S.pl
5
-@@ -200,10 +200,10 @@ my @Tests =
+@@ -216,15 +216,15 @@ my @Tests =
6
7
# Test Error Conditions
8
['err1', q[-S'"\\c"'], {EXIT=>125},
@@ -21,7 +21,9 @@ Index: gnu/tests/env/env-S.pl
21
- {ERR=>"$prog: invalid sequence '\\q' in -S\n"}],
22
+ {ERR=>"$prog: invalid sequence '\\q' in -S at position 4\n"}],
23
['err6', q[-S'A=$B'], {EXIT=>125},
24
-@@ -218,12 +218,18 @@ my @Tests =
+ {ERR=>"$prog: only \${VARNAME} expansion is supported, error at: \$B\n"}],
25
+ ['err7', q[-S'A=${B'], {EXIT=>125},
26
+@@ -239,13 +239,17 @@ my @Tests =
27
28
# Test incorrect shebang usage (extraneous whitespace).
29
['err_sp2', q['-v -S cat -n'], {EXIT=>125},
0 commit comments