changeset 25130:b51ad6a79c22

Don't look for a specific error string when pkg install fails in BIST test. * pkg.tst: Remove failure pattern to look for in %!error test.
author Rik <rik@octave.org>
date Thu, 05 Apr 2018 16:59:20 -0700
parents 2fcd829a6878
children 25369fcbf6f3
files test/pkg/pkg.tst
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/pkg/pkg.tst	Thu Apr 05 10:54:39 2018 -0700
+++ b/test/pkg/pkg.tst	Thu Apr 05 16:59:20 2018 -0700
@@ -55,7 +55,7 @@
 %!   pkg ("uninstall", mfile_pkg_name{i});
 %! endfor
 %!
-%!error <failed to read package> pkg ("install", "nonexistent.zip")
+%!error pkg ("install", "nonexistent.zip")
 
 # -local
 %!test