tests: Fix Emacs syntax highlighting in vlog.at.
authorBen Pfaff <blp@nicira.com>
Mon, 30 Apr 2012 23:49:59 +0000 (16:49 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 22 May 2012 17:17:04 +0000 (10:17 -0700)
[^"] confuses the Emacs syntax highlighter for Autotest mode.  It thinks
that it terminates a quoted string and therefore everything following the
next " in the file is highlighted as if it was part of a quoted string.

Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/vlog.at

index bb3b3c1..597c27a 100644 (file)
@@ -11,7 +11,7 @@ AT_CAPTURE_FILE([stderr_log])
 AT_CHECK([diff log_file stderr_log])
 
 AT_CHECK([sed -e 's/.* .* ..:..:..|//' \
--e 's/File "[[^"]]*", line [[0-9]][[0-9]]*,/File <name>, line <number>,/' \
+-e 's/File ".*", line [[0-9]][[0-9]]*,/File <name>, line <number>,/' \
 stderr_log], [0], [dnl
 0|module_0|EMER|emergency
 1|module_0|ERR|error