1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

test: skip test rather than fail with Solaris 10 sed

* tests/rm/r-root.sh: This test was seen to ERROR due to
sed input not having a terminating '\n'.  Therefore just skip
with diagnostics upon failure to adjust the error output with sed.
Reported by Assaf Gordon.
This commit is contained in:
Pádraig Brady
2016-01-18 12:26:15 +00:00
parent 1204da74e3
commit cc05c3c16d

View File

@@ -142,7 +142,7 @@ exercise_rm_r_root ()
ret=$?
clean_rm_err_ < err.t > err || framework_failure_
clean_rm_err_ < err.t > err || ret=$?
return $ret
}