Commit 656576a
committed
Fix TestCmdExecute: remove explicit './' destination argument
The test was explicitly passing './' as the destination, which with the
new behavior means 'use current directory directly'. Since the test runs
in a non-empty workspace directory, this caused a conflict.
Removing the explicit destination argument allows the default behavior
to create a subdirectory with the package name, which is what the test
expects.
Signed-off-by: Ciaran Johnston <ciaran.johnston@ericsson.com>1 parent 49b9fb6 commit 656576a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments