]> git.ipfire.org Git - thirdparty/ccache.git/commit
Fix expect_perm to work with SELinux (#681)
authorOlle Liljenzin <olle@liljenzin.se>
Mon, 12 Oct 2020 18:53:02 +0000 (20:53 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Oct 2020 18:53:02 +0000 (20:53 +0200)
commit14f1d4343fd9464e7c28a2178529e558e4d37742
tree06c04f8bfb3a23ce5822a13cc39ef5347977ae4f
parent20bbd39dc1ddff053fa693ff65098bea0bfb2f0f
Fix expect_perm to work with SELinux (#681)

Test case CCACHE_UMASK fails when running it in an SELinux context because
/bin/ls adds a trailing dot to the output. Thus truncate the output to expected
length.
test/run