Skip to content

Commit 6d40051

Browse files
authored
Drop runcon from tests_invalid_opt.patch for non-SELinux env
1 parent 6bd8329 commit 6d40051

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/ignore-intermittent.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ tests/rm/rm1
55
tests/misc/stdbuf
66
tests/misc/usage_vs_getopt
77
tests/misc/tee
8-
tests/misc/invalid-opt
98
tests/runcon/runcon-no-reorder

util/gnu-patches/tests_invalid_opt.patch

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ Index: gnu/tests/misc/invalid-opt.pl
22
===================================================================
33
--- gnu.orig/tests/misc/invalid-opt.pl
44
+++ gnu/tests/misc/invalid-opt.pl
5+
@@ -34,7 +34,6 @@
6+
expr => 0,
7+
nice => 125,
8+
nohup => 125,
9+
- runcon => 125,
10+
sort => 2,
11+
stdbuf => 125,
12+
test => 0,
513
@@ -74,23 +74,13 @@ foreach my $prog (@built_programs)
614
defined $out
715
or $out = '';

util/why-skip.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
* tests/mkdir/restorecon.sh
3030
* tests/misc/selinux.sh
3131
* tests/misc/chcon.sh
32-
* tests/misc/invalid-opt
3332
* tests/runcon/runcon-no-reorder.sh
3433
* tests/install/install-Z-selinux.sh
3534
* tests/install/install-C-selinux.sh

0 commit comments

Comments
 (0)