cmd/cue: test tool/exec.Run with arguments involving spaces
The command is expected to fail, as we run the "false" program
which always fails and ignores any arguments.
The printed error is ambiguous, as it's not possible to see
what the original list of arguments was, hence the TODO.
The following commit will resolve this bug.
For #3238.
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: Ie277772ce58dfac48df9440e0a53fd9f1fc309cc
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1197451
Reviewed-by: Roger Peppe <rogpeppe@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>