From 52302b17237a1375aa42f0efa28332347e4e3810 Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Mon, 1 Dec 2025 01:10:56 +0900 Subject: [PATCH] GnuTests.yml: Enable fail-eperm.xpl --- .github/workflows/GnuTests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index 55c57080821..abbb583f27c 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -122,6 +122,7 @@ jobs: ## Run GNU tests path_GNU='gnu' path_UUTILS='uutils' + sudo touch /tmp/file-not-owned-by-you-for-fail-eperm.xpl bash "uutils/util/run-gnu-test.sh" - name: Extract testing info from individual logs into JSON shell: bash