diff options
Diffstat (limited to 'tests/mv')
-rwxr-xr-x | tests/mv/diag | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mv/diag b/tests/mv/diag index 125e8658c..c3063793a 100755 --- a/tests/mv/diag +++ b/tests/mv/diag @@ -39,9 +39,9 @@ mv f1 f2 f1 >> out 2>&1 && fail=1 mv --target=f2 f1 >> out 2>&1 && fail=1 cat > exp <<\EOF -mv: missing file argument +mv: missing file operand Try `mv --help' for more information. -mv: missing file argument +mv: missing file operand after `no-file' Try `mv --help' for more information. mv: when moving multiple files, last argument must be a directory Try `mv --help' for more information. |