diff options
Diffstat (limited to 'tests/mv/perm-1')
-rwxr-xr-x | tests/mv/perm-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/perm-1 b/tests/mv/perm-1 index cab0076f2..6b37e04f8 100755 --- a/tests/mv/perm-1 +++ b/tests/mv/perm-1 @@ -30,6 +30,6 @@ cat <<\EOF > exp mv: cannot move `no-write/dir' to `./dir': Permission denied EOF -compare out exp || fail=1 +compare exp out || fail=1 Exit $fail |