Descriptioncmd/go: fix test.bash
Fixes issue 7260.
Fix three broken tests in test.bash
The test for issue 4568 was confused by go $ACTION . producing a package root of "", avoiding this mode fixes the test but weakens the test.
The test for issue 4773 was broken on linux because math/Rand would fail to resolve as a package causing the test for duplicates to be skipped.
Finally, the last breakage was a small change in the error message.
Also, add test for foldDup.
Patch Set 1 #Patch Set 2 : diff -r 665476aeaf5c https://code.google.com/p/go #Patch Set 3 : diff -r 665476aeaf5c https://code.google.com/p/go #Patch Set 4 : diff -r 665476aeaf5c https://code.google.com/p/go #Patch Set 5 : diff -r 665476aeaf5c https://code.google.com/p/go #
Total comments: 1
Patch Set 6 : diff -r 665476aeaf5c https://code.google.com/p/go #Patch Set 7 : diff -r ab6d6f77a009 https://code.google.com/p/go #MessagesTotal messages: 6
|