comparison tests/test-run-tests.t @ 31678:6a2959acae1a

runtests: change local IP glob pattern from "127.0.0.1" to "$LOCALIP" This is similar to what 348b2b9da703 does. Since 636cf3f7620d has changed "127.0.0.1" to "$LOCALIP". The glob pattern needs update accordingly. It is expected to fix tests running in some BSD jails.
author Jun Wu <quark@fb.com>
date Sun, 26 Mar 2017 19:57:17 -0700
parents 348b2b9da703
children 220d4bffd23e
comparison
equal deleted inserted replaced
31677:e6fd7930cf0b 31678:6a2959acae1a
733 . 733 .
734 # Ran 1 tests, 0 skipped, 0 warned, 0 failed. 734 # Ran 1 tests, 0 skipped, 0 warned, 0 failed.
735 735
736 $ rm -f test-glob-backslash.t 736 $ rm -f test-glob-backslash.t
737 737
738 Test globbing of 127.0.0.1 738 Test globbing of local IP addresses
739 $ echo 172.16.18.1 739 $ echo 172.16.18.1
740 127.0.0.1 (glob) 740 $LOCALIP (glob)
741 $ echo dead:beef::1
742 $LOCALIP (glob)
741 743
742 Test reusability for third party tools 744 Test reusability for third party tools
743 ====================================== 745 ======================================
744 746
745 $ mkdir "$TESTTMP"/anothertests 747 $ mkdir "$TESTTMP"/anothertests