diff options
Diffstat (limited to 'tests/mv/sticky-to-xpart')
-rwxr-xr-x | tests/mv/sticky-to-xpart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/sticky-to-xpart b/tests/mv/sticky-to-xpart index 3d61c3c27..a8b2e5952 100755 --- a/tests/mv/sticky-to-xpart +++ b/tests/mv/sticky-to-xpart @@ -62,6 +62,6 @@ cat <<\EOF > exp mv: cannot remove `t/root-owned': Operation not permitted EOF -compare out exp || fail=1 +compare exp out || fail=1 Exit $fail |