From 2485dc3a99be2cd7c638f5fcdf3bff596f63536e Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Thu, 10 Aug 2023 11:01:17 +0800 Subject: [PATCH] loongarch: util-linux: Remove the sed for test_enosys Not needed with util-linux-2.39.1. --- chapter08/util-linux.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml index 05e7971a3..fac66fe06 100644 --- a/chapter08/util-linux.xml +++ b/chapter08/util-linux.xml @@ -46,10 +46,6 @@ sed -i '/test_mkfds/s/^/#/' tests/helpers/Makemodule.am - Disable a test which does not compile on LoongArch: - - sed -i '/test_enosys/s/^/#/' tests/helpers/Makemodule.am - Prepare Util-linux for compilation: ./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \