summaryrefslogtreecommitdiffstats
path: root/tests/exe
diff options
context:
space:
mode:
authorPatrick 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)
commitb5187d21a50c91fa37d3a54a8e4e9eecb5970286 (patch)
tree365254e473841f6d44e22d25384e956dd64161c1 /tests/exe
parented16df9880ac1a92149242f14562da4282114fed (diff)
ob-applypatches: Track and skip applied patches
Diffstat (limited to 'tests/exe')
-rwxr-xr-xtests/exe/ob-applypatches.sh2
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