loongarch: util-linux: Remove the sed for test_enosys

Not needed with util-linux-2.39.1.
This commit is contained in:
Xi Ruoyao 2023-08-10 11:01:17 +08:00
parent ecb591d6c9
commit 2485dc3a99
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -46,10 +46,6 @@
<screen><userinput remap="pre">sed -i '/test_mkfds/s/^/#/' tests/helpers/Makemodule.am</userinput></screen> <screen><userinput remap="pre">sed -i '/test_mkfds/s/^/#/' tests/helpers/Makemodule.am</userinput></screen>
<para>Disable a test which does not compile on LoongArch:</para>
<screen><userinput remap="pre">sed -i '/test_enosys/s/^/#/' tests/helpers/Makemodule.am</userinput></screen>
<para>Prepare Util-linux for compilation:</para> <para>Prepare Util-linux for compilation:</para>
<screen revision="sysv"><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ <screen revision="sysv"><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \