diff options
Diffstat (limited to 'tests/mv/force')
-rwxr-xr-x | tests/mv/force | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/force b/tests/mv/force index d4b3a16a3..320ab563b 100755 --- a/tests/mv/force +++ b/tests/mv/force @@ -29,7 +29,7 @@ ln $ff $ff2 || framework_failure_ mv $ff $ff > out 2>&1 && fail=1 cat > exp <<EOF -mv: \`$ff' and \`$ff' are the same file +mv: '$ff' and '$ff' are the same file EOF compare exp out || fail=1 |