diff options
Diffstat (limited to 'tests/ln/target-1')
-rwxr-xr-x | tests/ln/target-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ln/target-1 b/tests/ln/target-1 index 72c46f203..87dfbf0cd 100755 --- a/tests/ln/target-1 +++ b/tests/ln/target-1 @@ -18,7 +18,7 @@ # Before coreutils-4.5.3, --target-dir didn't work with one file. # It would create the desired link, but would fail with a diagnosis like this: -# ln: `d/.': cannot overwrite directory +# ln: 'd/.': cannot overwrite directory # Based on a test case from Dmitry V. Levin. . "${srcdir=.}/init.sh"; path_prepend_ ../src |