diff options
author | Sitaram Chamarty <sitaram@atc.tcs.com> | 2012-05-21 15:22:19 +0530 |
---|---|---|
committer | Sitaram Chamarty <sitaram@atc.tcs.com> | 2012-05-21 17:44:30 +0530 |
commit | d04e79d291c832c14cbcc94e5e813d9b3ed8c1af (patch) | |
tree | fb31b3cc719cb4600d7c1f389f21a65fd10b3146 /t/include-subconf.t | |
parent | move input command check so it works for non-ssh modes also (diff) | |
download | gitolite-gentoo-d04e79d291c832c14cbcc94e5e813d9b3ed8c1af.tar.gz gitolite-gentoo-d04e79d291c832c14cbcc94e5e813d9b3ed8c1af.tar.bz2 gitolite-gentoo-d04e79d291c832c14cbcc94e5e813d9b3ed8c1af.zip |
(minor) single quotes around variables in error messages
(plus a couple of other minor fixups)
Diffstat (limited to 't/include-subconf.t')
-rwxr-xr-x | t/include-subconf.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/include-subconf.t b/t/include-subconf.t index 6bdff81..813cb93 100755 --- a/t/include-subconf.t +++ b/t/include-subconf.t @@ -78,7 +78,7 @@ confadd 'g2.conf', ' '; try " - ADMIN_PUSH set3; ok; /FATAL: subconf g2 attempting to run 'subconf'/ + ADMIN_PUSH set3; ok; /FATAL: subconf \\'g2\\' attempting to run 'subconf'/ "; # ---------------------------------------------------------------------- |