Skip to content

Commit 11aaf22

Browse files
committed
fix TestScript/version_buildvcs_fossil
1 parent c05c951 commit 11aaf22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cmd/go/testdata/script/version_buildvcs_fossil.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rm $GOBIN/a$GOEXE
2525
# If there is a repository, but it can't be used for some reason,
2626
# there should be an error. It should hint about -buildvcs=false.
2727
cd ..
28-
mkdir $fslckout
28+
mv fslckout $fslckout
2929
env PATH=$WORK${/}fakebin${:}$oldpath
3030
chmod 0755 $WORK/fakebin/fossil
3131
! exec fossil help
@@ -82,6 +82,7 @@ exit 1
8282
-- repo/README --
8383
Far out in the uncharted backwaters of the unfashionable end of the western
8484
spiral arm of the Galaxy lies a small, unregarded yellow sun.
85+
-- repo/fslckout --
8586
-- repo/a/go.mod --
8687
module example.com/a
8788

0 commit comments

Comments
 (0)