Skip to content

Commit

Permalink
Update test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mtorpey committed Sep 4, 2024
1 parent 9f2eb84 commit 8dfe082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tst/PackageManager.tst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Error, PackageManager: InstallPackage: requires 1 to 3 arguments (not 4)
gap> InstallPackageFromInfo(42);
Error, PackageManager: InstallPackageFromInfo: <info> should be a rec or URL

# InstallPackageFromInfo failure (Remove #E messages after they leave GAP)
# InstallPackageFromInfo failure
gap> InstallPackage("http://www.nothing.rubbish/PackageInfo.g");
#I Unable to download from http://www.nothing.rubbish/PackageInfo.g
false
Expand Down Expand Up @@ -114,7 +114,7 @@ false
gap> PKGMAN_Exec(".", "chmod", "777", dir);
rec( code := 0, output := "" )

# Check a bad package directory (Remove #E messages after they leave GAP)
# Check a bad package directory
gap> baddir := Filename(Directory(PKGMAN_PackageDir()), "badpkg");;
gap> CreateDir(baddir);;
gap> PKGMAN_CheckPackage(baddir);
Expand Down

0 comments on commit 8dfe082

Please sign in to comment.