aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/misc
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2017-06-11 11:34:11 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2017-06-11 11:34:25 +0200
commit7e0f61eb7cd16b2f2e58ce7ca18992fde7ac9aea (patch)
treedfd2f0241498b2ed7db63cbfce92b54b4d9c2210 /test-suite/misc
parentcdceb6ac279196b04d3276cccdbbfce88bec2e4c (diff)
A stronger test that #use"include";; works well.
Diffstat (limited to 'test-suite/misc')
-rwxr-xr-xtest-suite/misc/printers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/misc/printers.sh b/test-suite/misc/printers.sh
index c822d0eb3..28e7dc362 100755
--- a/test-suite/misc/printers.sh
+++ b/test-suite/misc/printers.sh
@@ -1,3 +1,3 @@
-printf "Drop. #use\"include\";; #quit;;\n" | $coqtopbyte 2>&1 | grep Unbound
+printf "Drop. #use\"include\";; #quit;;\n" | $coqtopbyte 2>&1 | egrep "Error|Unbound"
if [ $? = 0 ]; then exit 1; else exit 0; fi