]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
FIX
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 30 Nov 2018 16:50:24 +0000 (16:50 +0000)
committerIan Jackson <ian.jackson@eu.citrix.com>
Fri, 30 Nov 2018 16:50:24 +0000 (16:50 +0000)
Osstest/TestSupport.pm

index b1d7078d30abeda0626bfb2c18f3fe3f7a0ed23a..0a588fad818beb66be9fe64b0cb57f6237d6e18f 100644 (file)
@@ -552,7 +552,7 @@ sub target_getfile_root_stash ($$$;$) {
     my ($ho,$timeout,$rsrc, $lleaf) = @_; # => full path of local file
     target_somefile_leaf(\$lleaf, $rsrc, $ho);
     open_unique_stashfile(\$lleaf); # discard filehandle, leave file
-    my $lfile = "$stash/$leaf";
+    my $lfile = "$stash/$lleaf";
     target_getfile_root($ho,$timeout,$rsrc,$lfile);
     return $lfile;
 }