File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 107107# Pass the feature flags to make, which will pass them to cargo
108108" ${MAKE} " PROFILE=" ${UU_MAKE_PROFILE} " CARGOFLAGS=" ${CARGO_FEATURE_FLAGS} "
109109# min test for SELinux
110- [ ${SELINUX_ENABLED} = 1 ] && touch g && " ${UU_MAKE_PROFILE} " /stat -c%C g && rm g
110+ [ " ${SELINUX_ENABLED} " = 1 ] && touch g && " ${UU_MAKE_PROFILE} " /stat -c%C g && rm g
111111
112112cp " ${UU_BUILD_DIR} /install" " ${UU_BUILD_DIR} /ginstall" # The GNU tests rename this script before running, to avoid confusion with the make target
113113# Create *sum binaries
141141 sed -i " s/^[[:blank:]]*PATH=.*/ PATH='${UU_BUILD_DIR// \/ / \\ / } \$ (PATH_SEPARATOR)'\"\$\$ PATH\" \\ \/" tests/local.mk
142142 ./bootstrap --skip-po
143143 ./configure --quiet --disable-gcc-warnings --disable-nls --disable-dependency-tracking --disable-bold-man-page-references \
144- " $( [ ${SELINUX_ENABLED} = 1 ] && echo --with-selinux || echo --without-selinux) "
144+ " $( [ " ${SELINUX_ENABLED} " = 1 ] && echo --with-selinux || echo --without-selinux) "
145145 # Add timeout to to protect against hangs
146146 sed -i ' s|^"\$@|' " ${SYSTEM_TIMEOUT} " ' 600 "\$@|' build-aux/test-driver
147147 sed -i ' s| tr | /usr/bin/tr |' tests/init.sh
You can’t perform that action at this time.
0 commit comments