summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-03 22:43:40 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-03 22:43:40 -0700
commitd191a33ce44be3c4e8242fd0b3abed365a9abf20 (patch)
tree5bf058c7b845121353f800921de4a73affec399b
parent9d8392910d29a2aa4c4645557ab6b47c001df2f6 (diff)
downloadp5-Git-Annex-d191a33ce44be3c4e8242fd0b3abed365a9abf20.tar.gz
drop superfluous perltidy marks
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rwxr-xr-xt/13_batchcommand.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/13_batchcommand.t b/t/13_batchcommand.t
index 109b24d..e2e5cce 100755
--- a/t/13_batchcommand.t
+++ b/t/13_batchcommand.t
@@ -22,8 +22,6 @@ with_temp_annexes {
} catch {
ok grep(/not enough arguments/, $_), "it requires an annex";
};
- #>>>
- #<<<
try {
my $nope = $annex->batch;
} catch {