aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/tcsh/files/disable-test-nice.patch
blob: 79f918c083fa5bb70a24d43f16c9802822884f6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Author: Lucas Nussbaum <lucas@debian.org>
Description: disable test that fails on the buildd with
  "setpriority: Permission denied".
--- a/tests/commands.at
+++ b/tests/commands.at
@@ -888,17 +888,6 @@ TCSH_UNTESTED([migrate])
 TCSH_UNTESTED([newgrp])
 
 
-AT_SETUP([nice])
-
-# Nothing really tested
-AT_CHECK([tcsh -f -c 'nice set var=1; echo $?var'], ,
-[0
-])
-
-
-AT_CLEANUP
-
-
 AT_SETUP([nohup])
 
 AT_DATA([nohup.csh],