##// END OF EJS Templates
tests: fix test-fix on NetBSD...
Thomas Klausner -
r49172:e6aecc37 stable
parent child Browse files
Show More
@@ -1795,10 +1795,10 b' fixed.'
1795 > --config "fix.log:pattern=glob:**.log"
1795 > --config "fix.log:pattern=glob:**.log"
1796
1796
1797 $ cat $LOGFILE | sort | uniq -c
1797 $ cat $LOGFILE | sort | uniq -c
1798 4 bar.log
1798 \s*4 bar.log (re)
1799 4 baz.log
1799 \s*4 baz.log (re)
1800 3 foo.log
1800 \s*3 foo.log (re)
1801 2 qux.log
1801 \s*2 qux.log (re)
1802
1802
1803 $ cd ..
1803 $ cd ..
1804
1804
General Comments 0
You need to be logged in to leave comments. Login now