mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-09-10 07:59:52 +02:00
tests: avoid actual/expected mismatch due to changed diagnostic
* tests/cp/fail-perm.sh: Adjust expected diagnostic to match just-changed cp diagnostic. * tests/ln/hard-to-sym.sh: Likewise. * .mailmap: Also map my new address.
This commit is contained in:
committed by
Jim Meyering
parent
786db9ef54
commit
1f1f41db85
@@ -53,7 +53,7 @@ esac
|
||||
ln -s /no-such-dir || framework_failure_
|
||||
ln -L no-such-dir hard-to-dangle 2>err && fail=1
|
||||
case $(cat err) in
|
||||
*" accessing 'no-such-dir'":*) ;;
|
||||
*" failed to access 'no-such-dir'":*) ;;
|
||||
*) fail=1 ;;
|
||||
esac
|
||||
ln -P no-such-dir hard-to-dangle || fail=1
|
||||
|
||||
Reference in New Issue
Block a user