Skip to content

Commit d7f969c

Browse files
oech3sylvestre
authored andcommitted
GnuTests: mask an equivalent df test
1 parent 35b05c6 commit d7f969c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

util/build-gnu.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ else
153153
echo "strip t${i}.sh from Makefile and tests/local.mk"
154154
sed -i -e "s/\$(tf)\/t${i}.sh//g" Makefile tests/local.mk
155155
done
156-
156+
# Remove LD_PRELOAD implementation of no-mtab-status-masked-proc. not compatible with our binary
157+
sed -i '/tests\/df\/no-mtab-status.sh/ D' Makefile
157158
# Remove tests checking for --version & --help
158159
# Not really interesting for us and logs are too big
159160
sed -i '/tests\/help\/help-version.sh/ D' Makefile

0 commit comments

Comments
 (0)