import os const exe = os.find_abs_path_of_executable('my_exe') or { eprintln('skipping test, since `my_exe` is missing') exit(0) } const exe_quoted = os.quoted_path(os.find_abs_path_of_executable('my_exe') or { eprintln('skipping test, since `my_exe` is missing') exit(0) }) const single_line_test_path = os.join_path(os.vtmp_dir(), 'my_test_path')