From: Ben Pfaff Date: Mon, 30 Apr 2012 23:49:59 +0000 (-0700) Subject: tests: Fix Emacs syntax highlighting in vlog.at. X-Git-Tag: sliver-openvswitch-1.8.90-0~48^2~419 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7b7e43f55981246cd2b4983460c5382baa94390e;p=sliver-openvswitch.git 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 --- 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 , line ,/' \ +-e 's/File ".*", line [[0-9]][[0-9]]*,/File , line ,/' \ stderr_log], [0], [dnl 0|module_0|EMER|emergency 1|module_0|ERR|error