diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 18:24:16 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 18:24:16 (EDT) |
commit | b5187d21a50c91fa37d3a54a8e4e9eecb5970286 (patch) | |
tree | 365254e473841f6d44e22d25384e956dd64161c1 /tests | |
parent | ed16df9880ac1a92149242f14562da4282114fed (diff) |
ob-applypatches: Track and skip applied patches
Diffstat (limited to 'tests')
-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 |