From: Pádraig Brady
Date: Mon, 18 Jan 2016 12:26:15 +0000 (+0000) Subject: test: skip test rather than fail with Solaris 10 sed X-Git-Tag: v8.25~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc05c3c16d9eea8bb3918e6bd9892785291e7526;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/tests/rm/r-root.sh b/tests/rm/r-root.sh index a236b16bb9..b98db141be 100755 --- a/tests/rm/r-root.sh +++ b/tests/rm/r-root.sh @@ -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 }