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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user