From d74ae26f89f1a7b9ccd36e103b6d09b328f1ddf4 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Wed, 16 Nov 2011 15:07:26 +0000 Subject: [PATCH] Fix %Options typo in several tests --- t/cleanup_invalid_links.t | 2 +- t/examples.t | 2 +- t/stow_contents.t | 2 +- t/unstow_contents.t | 2 +- t/unstow_contents_orig.t | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) mode change 100644 => 100755 t/cleanup_invalid_links.t mode change 100644 => 100755 t/examples.t mode change 100644 => 100755 t/stow_contents.t mode change 100644 => 100755 t/unstow_contents.t mode change 100644 => 100755 t/unstow_contents_orig.t diff --git a/t/cleanup_invalid_links.t b/t/cleanup_invalid_links.t old mode 100644 new mode 100755 index 8273926..92741cc --- a/t/cleanup_invalid_links.t +++ b/t/cleanup_invalid_links.t @@ -16,7 +16,7 @@ sub reset_state { @Conflicts = (); %Link_Task_For = (); %Dir_Task_For = (); - %Options = (); + %Option = (); return; } diff --git a/t/examples.t b/t/examples.t old mode 100644 new mode 100755 index 839f822..ec90cef --- a/t/examples.t +++ b/t/examples.t @@ -16,7 +16,7 @@ sub reset_state { @Conflicts = (); %Link_Task_For = (); %Dir_Task_For = (); - %Options = (); + %Option = (); return; } diff --git a/t/stow_contents.t b/t/stow_contents.t old mode 100644 new mode 100755 index 093a1df..bbfab62 --- a/t/stow_contents.t +++ b/t/stow_contents.t @@ -16,7 +16,7 @@ sub reset_state { @Conflicts = (); %Link_Task_For = (); %Dir_Task_For = (); - %Options = (); + %Option = (); return; } diff --git a/t/unstow_contents.t b/t/unstow_contents.t old mode 100644 new mode 100755 index 06880f3..e30fa2f --- a/t/unstow_contents.t +++ b/t/unstow_contents.t @@ -16,7 +16,7 @@ sub reset_state { @Conflicts = (); %Link_Task_For = (); %Dir_Task_For = (); - %Options = (); + %Option = (); return; } diff --git a/t/unstow_contents_orig.t b/t/unstow_contents_orig.t old mode 100644 new mode 100755 index ead3dc5..7b8c903 --- a/t/unstow_contents_orig.t +++ b/t/unstow_contents_orig.t @@ -16,7 +16,7 @@ sub reset_state { @Conflicts = (); %Link_Task_For = (); %Dir_Task_For = (); - %Options = (); + %Option = (); return; }