diff tests/test-run-tests.t @ 29518:348b2b9da703

run-tests: add support for using 127.0.0.1 as a glob Some systems don't have a 127/8 address for localhost (I noticed this on a FreeBSD jail). In order to work around this, use 127.0.0.1 as a glob pattern. A future commit will update needed output lines and add a requirement to check-code.py.
author Augie Fackler <raf@durin42.com>
date Sat, 09 Jul 2016 23:01:02 -0400
parents 6c97b9739f9d
children 6a2959acae1a
line wrap: on
line diff
--- a/tests/test-run-tests.t	Tue Jul 12 15:34:17 2016 -0400
+++ b/tests/test-run-tests.t	Sat Jul 09 23:01:02 2016 -0400
@@ -735,6 +735,10 @@
 
   $ rm -f test-glob-backslash.t
 
+Test globbing of 127.0.0.1
+  $ echo 172.16.18.1
+  127.0.0.1 (glob)
+
 Test reusability for third party tools
 ======================================