mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-17 04:41:59 +02:00
* tests/mv/part-symlink: Redirect diff output to stderr.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user