diff options
Diffstat (limited to 'tests/cp/no-deref-link3')
-rwxr-xr-x | tests/cp/no-deref-link3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/no-deref-link3 b/tests/cp/no-deref-link3 index 052be6dd1..6ea56349d 100755 --- a/tests/cp/no-deref-link3 +++ b/tests/cp/no-deref-link3 @@ -26,7 +26,7 @@ ln -s a b # It should fail with a message something like this: -# cp: `a' and `b' are the same file +# cp: 'a' and 'b' are the same file cp -d a b 2>/dev/null # Fail this test if the exit status is not 1 |