File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ grep -rl 'path_prepend_' tests/* | xargs -r "${SED}" -i 's| path_prepend_ ./src|
164164grep -rl ' \$abs_path_dir_' tests/* /* .sh | xargs -r " ${SED} " -i " s|\$ abs_path_dir_|${UU_BUILD_DIR// \/ / \\ / } |g"
165165# Some tests use $abs_top_builddir/src for shebangs: point them to the uutils build dir.
166166grep -rl ' \$abs_top_builddir/src' tests/* /* .sh tests/* /* .pl | xargs -r " ${SED} " -i " s|\$ abs_top_builddir/src|${UU_BUILD_DIR// \/ / \\ / } |g"
167- grep -rl ' \$ENV{abs_top_builddir}/src' tests/* /* .pl | xargs -r " ${SED} " -i " s|\$ ENV{abs_top_builddir}/src|${UU_BUILD_DIR// \/ / \\ / } |g"
167+ grep -rl ' \$ENV{abs_top_builddir}/src' tests/* /* .pl | grep -v coreutils.sh | xargs -r " ${SED} " -i " s|\$ ENV{abs_top_builddir}/src|${UU_BUILD_DIR// \/ / \\ / } |g"
168168
169169# We can't build runcon and chcon without libselinux. But GNU no longer builds dummies of them. So consider they are SELinux specific.
170170sed -i ' s/^print_ver_.*/require_selinux_/' tests/runcon/runcon-compute.sh
You can’t perform that action at this time.
0 commit comments