tcsh/fix-nice-case-fail-if-noroot.patch

25 lines
561 B
Diff
Raw Permalink Normal View History

2020-06-29 20:22:56 +08:00
From 1c74ba6a5332e5f9dfb6eb893fbd1d59ee5e15ec Mon Sep 17 00:00:00 2001
From: openEuler Buildteam <buildteam@openeuler.org>
Date: Mon, 29 Jun 2020 20:12:56 +0800
Subject: [PATCH] fix nice case fail if noroot
---
tests/commands.at | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/commands.at b/tests/commands.at
2023-07-14 03:27:18 +00:00
index 48418cc..0a2a916 100644
2020-06-29 20:22:56 +08:00
--- a/tests/commands.at
+++ b/tests/commands.at
2023-07-14 03:27:18 +00:00
@@ -1039,6 +1039,7 @@ dnl nice
dnl
2020-06-29 20:22:56 +08:00
AT_SETUP([nice])
+AT_SKIP_IF([test 'whoami' != 'root'])
2023-07-14 03:27:18 +00:00
AT_KEYWORDS([commands])
2020-06-29 20:22:56 +08:00
2023-07-14 03:27:18 +00:00
dnl Nothing really tested
2020-06-29 20:22:56 +08:00
--
1.8.3.1