summaryrefslogtreecommitdiff
path: root/tests/vlog.at
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-04-30 16:49:59 -0700
committerBen Pfaff <blp@nicira.com>2012-05-22 10:17:04 -0700
commit7b7e43f55981246cd2b4983460c5382baa94390e (patch)
tree55ae2974ffbbc3dff0fa6e881e0acd92e328d3b0 /tests/vlog.at
parent853d10830faccd9a8d37780d2f957aaba40105d5 (diff)
downloadopenvswitch-7b7e43f55981246cd2b4983460c5382baa94390e.tar.gz
tests: Fix Emacs syntax highlighting in vlog.at.
[^"] 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>
Diffstat (limited to 'tests/vlog.at')
-rw-r--r--tests/vlog.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vlog.at b/tests/vlog.at
index bb3b3c108..597c27acd 100644
--- a/tests/vlog.at
+++ b/tests/vlog.at
@@ -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