1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-06 00:29:44 +02:00

* tests/mv/part-symlink: Redirect diff output to stderr.

This commit is contained in:
Jim Meyering
2007-12-12 10:25:38 +01:00
parent 7407dc042a
commit d11bfb0454
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
2007-12-12 Jim Meyering <meyering@redhat.com>
* tests/mv/part-symlink: Redirect diff output to stderr.
2007-12-11 Jim Meyering <meyering@redhat.com>
Add a test to exercise today's bug fix.
+2 -2
View File
@@ -202,7 +202,7 @@ cat <<\EOF > $expected
EOF
# Redirect to stderr, since stdout is already
compare $expected $actual || fail=1
# Redirect to stderr, since stdout is already taken.
compare $expected $actual 1>&2 || fail=1
(exit $fail); exit $fail