diff options
Diffstat (limited to 'tests/exe')
-rwxr-xr-x | tests/exe/ob-applypatches.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exe/ob-applypatches.sh b/tests/exe/ob-applypatches.sh index c652275..1fc1ab1 100755 --- a/tests/exe/ob-applypatches.sh +++ b/tests/exe/ob-applypatches.sh @@ -35,7 +35,7 @@ cmd_is 'patch applied' cat 'src/src/foo.sh' <<-EOF ${FOO_SH_PATCHED} EOF -command_ok_ 'ob-applypatches second run exit status' -D TODO -- ob-applypatches +command_ok_ 'ob-applypatches second run exit status' -- ob-applypatches cmd_is 'patch still applied' cat 'src/src/foo.sh' <<-EOF ${FOO_SH_PATCHED} EOF |