There was an error while loading. Please reload this page.
1 parent 7be8402 commit 8f4a009Copy full SHA for 8f4a009
1 file changed
tests/runcon/runcon-compute.sh
@@ -19,6 +19,8 @@
19
. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src
20
print_ver_ runcon
21
22
+runcon --version || fail=1
23
+
24
# Create an executable that's sure to fail
25
printf '%s\n' '#!/bin/sh' 'exit 1' >> 'true' || framework_failure_
26
chmod a+x 'true' || framework_failure_
0 commit comments