Fix %Options typo in several tests

This commit is contained in:
Adam Spiers 2011-11-16 15:07:26 +00:00
parent 4296500c94
commit d74ae26f89
5 changed files with 5 additions and 5 deletions

2
t/cleanup_invalid_links.t Normal file → Executable file
View file

@ -16,7 +16,7 @@ sub reset_state {
@Conflicts = (); @Conflicts = ();
%Link_Task_For = (); %Link_Task_For = ();
%Dir_Task_For = (); %Dir_Task_For = ();
%Options = (); %Option = ();
return; return;
} }

2
t/examples.t Normal file → Executable file
View file

@ -16,7 +16,7 @@ sub reset_state {
@Conflicts = (); @Conflicts = ();
%Link_Task_For = (); %Link_Task_For = ();
%Dir_Task_For = (); %Dir_Task_For = ();
%Options = (); %Option = ();
return; return;
} }

2
t/stow_contents.t Normal file → Executable file
View file

@ -16,7 +16,7 @@ sub reset_state {
@Conflicts = (); @Conflicts = ();
%Link_Task_For = (); %Link_Task_For = ();
%Dir_Task_For = (); %Dir_Task_For = ();
%Options = (); %Option = ();
return; return;
} }

2
t/unstow_contents.t Normal file → Executable file
View file

@ -16,7 +16,7 @@ sub reset_state {
@Conflicts = (); @Conflicts = ();
%Link_Task_For = (); %Link_Task_For = ();
%Dir_Task_For = (); %Dir_Task_For = ();
%Options = (); %Option = ();
return; return;
} }

2
t/unstow_contents_orig.t Normal file → Executable file
View file

@ -16,7 +16,7 @@ sub reset_state {
@Conflicts = (); @Conflicts = ();
%Link_Task_For = (); %Link_Task_For = ();
%Dir_Task_For = (); %Dir_Task_For = ();
%Options = (); %Option = ();
return; return;
} }