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; }