diff options
Diffstat (limited to 'tests/misc/runcon-no-reorder')
-rwxr-xr-x | tests/misc/runcon-no-reorder | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/runcon-no-reorder b/tests/misc/runcon-no-reorder index 0fda3b442..a395e10f8 100755 --- a/tests/misc/runcon-no-reorder +++ b/tests/misc/runcon-no-reorder @@ -34,7 +34,7 @@ fail=0 # On such a system it fails with the above diagnostic, which is fine. # Before the no-reorder change, it would have failed with a diagnostic # about -j being an invalid option. -runcon -t unconfined_t true -j 2> out && : > exp +runcon $(id -Z) true -j 2> out && : > exp compare out exp || fail=1 |