From 8dfe082f735dd700751e21156386fdba289d2cc8 Mon Sep 17 00:00:00 2001 From: Michael Young Date: Wed, 4 Sep 2024 09:17:58 +0100 Subject: [PATCH] Update test comments --- tst/PackageManager.tst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tst/PackageManager.tst b/tst/PackageManager.tst index b67c419..e4cb0a6 100644 --- a/tst/PackageManager.tst +++ b/tst/PackageManager.tst @@ -75,7 +75,7 @@ Error, PackageManager: InstallPackage: requires 1 to 3 arguments (not 4) gap> InstallPackageFromInfo(42); Error, PackageManager: InstallPackageFromInfo: 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 @@ -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);