Skip to content

Commit

Permalink
executors/TEXT: allow sys_copy_file_range for cat
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum5 committed Jan 5, 2024
1 parent 5e32830 commit 4cf3258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmoj/executors/TEXT.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ class Executor(StripCarriageReturnsMixin, ScriptExecutor):
ext = 'txt'
command = 'cat'
test_program = 'echo: Hello, World!\n'
syscalls = ['fadvise64_64', 'fadvise64', 'posix_fadvise', 'arm_fadvise64_64']
syscalls = ['fadvise64_64', 'fadvise64', 'posix_fadvise', 'arm_fadvise64_64', 'copy_file_range']

0 comments on commit 4cf3258

Please sign in to comment.