gnu: kio: Search 'smbd' on $PATH.
[jackhill/guix/guix.git] / gnu / packages / patches / util-linux-tests.patch
CommitLineData
9f533d60
LC
1This test checks whether 'root' is successfully translated to UID/GID 0,
2using 'getpwnam' in libmount. This doesn't work in the chroot because
3/etc/passwd doesn't contain an entry for 'root' so skip it.
4
5
6--- util-linux-2.25.2/tests/ts/libmount/optstr 2015-01-23 13:58:41.181151194 +0100
7+++ util-linux-2.25.2/tests/ts/libmount/optstr 2015-01-23 13:58:42.829161716 +0100
ab0bdd54
MB
8@@ -108,10 +108,6 @@
9 ts_run $TESTPROG --apply --user "noexec,nosuid,loop=/dev/looop0" 0x408 &> $TS_OUTPUT
9f533d60
LC
10 ts_finalize_subtest
11
12-ts_init_subtest "fix"
ab0bdd54 13-ts_run $TESTPROG --fix "uid=root,gid=root" &> $TS_OUTPUT
9f533d60
LC
14-ts_finalize_subtest
15-
16 ts_init_subtest "deduplicate"
ab0bdd54 17 ts_run $TESTPROG --dedup bbb,ccc,AAA,xxx,AAA=a,AAA=bbb,ddd,AAA=ccc,fff=eee AAA &> $TS_OUTPUT
9f533d60 18 ts_finalize_subtest