> Jim Meyering wrote: >> Voelker, Bernhard wrote: >> FAIL: misc/stdbuf (exit: 1) > That one's easy. > My fault for using skip_test_ before it's defined:
It works:
./misc/stdbuf: skipping test: stdbuf not built
SKIP: misc/stdbuf
>> FAIL: install/install-C (exit: 1)
>> =================================
>>
>> cmp: EOF on out
>> ginstall: options --compare (-C) and --preserve-timestamps are
mutually exclusive
>> Try `ginstall --help' for more information.
>> ginstall: options --compare (-C) and --strip are mutually exclusive
>> Try `ginstall --help' for more information.
>> I don't see the cause of this one, yet.
>
> Please rerun it in verbose mode:
>
> make check -C tests TESTS=install/install-C VERBOSE=yes
It fails on this test:
# option -C ignored if any non-permission mode should be set
ginstall -Cv -m$mode3 a b > out || fail=1
compare out out_installed_second || fail=1
ginstall -Cv -m$mode3 a b > out || fail=1
compare out out_installed_second || fail=1
The output is attached (test-suite-install-C.log).
test-suite-install-C.log
Description: test-suite-install-C.log
