Commit 03fe63f
committed
testsuite: fix potential failure in t2602-job-shell.t
Problem: On some systems, the test `job-shell: fails on modified J`
fails in t2602-job-shell.t with the error:
flux: Argument list too long
because the modified `J.new` is too long for shell argument processing.
Provided the `J.new` content on stdin of `flux kvs put` instead of
trying to pass it as an argument.1 parent 77f472d commit 03fe63f
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments