summaryrefslogtreecommitdiff
path: root/tests/misc/runcon-no-reorder
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/runcon-no-reorder')
-rwxr-xr-xtests/misc/runcon-no-reorder2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/runcon-no-reorder b/tests/misc/runcon-no-reorder
index 6f282d9c0..351896ef8 100755
--- a/tests/misc/runcon-no-reorder
+++ b/tests/misc/runcon-no-reorder
@@ -33,7 +33,7 @@ runcon $(id -Z) true -j 2> out && : > exp
# it chcon fails with this: "runcon: invalid context: \
# root:system_r:unconfined_t:s0-s0:c0.c1023: No such file or directory"
# That diagnostic is ok, too, so map it to the more common one.
-case `cat out` in
+case $(cat out) in
'runcon: invalid context: '*) echo "$diag" > out;;
esac