From: Jim Meyering Date: Wed, 19 Aug 2009 15:10:23 +0000 (+0200) Subject: tests: make install-C slightly less prone to confusion X-Git-Tag: v7.5~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a70ac4ef3236afdd1e23e30c1094a2c3557d7c70;p=thirdparty%2Fcoreutils.git tests: make install-C slightly less prone to confusion * tests/install/install-C: Invoke framework_failure, if necessary. --- diff --git a/tests/install/install-C b/tests/install/install-C index 959bee192d..a1a9d68311 100755 --- a/tests/install/install-C +++ b/tests/install/install-C @@ -31,10 +31,10 @@ mode3=2755 fail=0 echo test > a || framework_failure -echo "\`a' -> \`b'" > out_installed_first +echo "\`a' -> \`b'" > out_installed_first || framework_failure echo "removed \`b' -\`a' -> \`b'" > out_installed_second -> out_empty +\`a' -> \`b'" > out_installed_second || framework_failure +: > out_empty || framework_failure # destination file does not exist ginstall -Cv -m$mode1 a b > out || fail=1