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

tests: make install-C slightly less prone to confusion

* tests/install/install-C: Invoke framework_failure, if necessary.
This commit is contained in:
Jim Meyering
2009-08-19 17:10:23 +02:00
parent 112bccb26b
commit a70ac4ef32

View File

@@ -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