File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ subtest 'get: user with subdirs' => sub {
34
34
my $user_home = $PAUSE::Config -> {MLROOT }." /" .PAUSE::user2dir($user );
35
35
my $subdir = path(" $user_home /test" );
36
36
$subdir -> make_path;
37
- $subdir -> child(" stuff.txt" )-> spurt (" Foo" );
37
+ $subdir -> child(" stuff.txt" )-> spew (" Foo" );
38
38
39
39
my $t = Test::PAUSE::Web-> new(user => $user );
40
40
$t -> get_ok(" $path ?ACTION=add_uri" );
@@ -103,7 +103,7 @@ subtest 'post: under a Perl6 subdir' => sub {
103
103
my $user_home = $PAUSE::Config -> {MLROOT }." /" .PAUSE::user2dir($user );
104
104
my $subdir = path(" $user_home /Perl6" );
105
105
$subdir -> make_path;
106
- $subdir -> child(" stuff.txt" )-> spurt (" Foo" );
106
+ $subdir -> child(" stuff.txt" )-> spew (" Foo" );
107
107
108
108
my $file = $PAUSE::Config -> {INCOMING_LOC }." /" .$form {pause99_add_uri_httpupload }[1];
109
109
ok !-f $file , " file to upload does not exist" ;
You can’t perform that action at this time.
0 commit comments