summaryrefslogtreecommitdiff
path: root/tests/ts/libmount/optstr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ts/libmount/optstr')
-rwxr-xr-xtests/ts/libmount/optstr2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ts/libmount/optstr b/tests/ts/libmount/optstr
index a58eaaa7..447c7e0a 100755
--- a/tests/ts/libmount/optstr
+++ b/tests/ts/libmount/optstr
@@ -10,6 +10,8 @@ ts_init "$*"
TESTPROG="$TS_HELPER_LIBMOUNT_OPTSTR"
+[ -x $TESTPROG ] || ts_skip "test not compiled"
+
ts_init_subtest "append"
$TESTPROG --append "aaa,bbb=BBB,context=\"foo,bar,gogo\",ccc" "ddd" &> $TS_OUTPUT
ts_finalize_subtest