summaryrefslogtreecommitdiff
path: root/tests/mdemo.at
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2012-10-21 23:41:07 +0700
committerGary V. Vaughan <gary@gnu.org>2012-10-22 00:01:13 +0700
commitd98a30fbcebc1ea9818a0bdf5686305eb4388e10 (patch)
tree26b2ea2476ba02915f0f05789d8c9e44d84db2c3 /tests/mdemo.at
parent67759e9fb7858a4717825322324dfafd99248194 (diff)
downloadlibtool-d98a30fbcebc1ea9818a0bdf5686305eb4388e10.tar.gz
syntax-check: fix violations and implement sc_old_style_quoting.
Modern GNU ASCII quoting in output and comments is done 'like this'. * cfg.mk (sc_old_style_quoting): Try to catch most instances of `old style quoting' so that it is not accidentally re- introduced to the code. * HACKING, Makefile.am, NEWS, PORTING, README, TODO, bootstrap, bootstrap.conf, build-aux/edit-readme-alpha, build-aux/git-hooks/commit-msg, build-aux/ltmain.in, doc/libtool.texi, gl/build-aux/bootstrap.in, gl/build-aux/extract-trace, gl/build-aux/funclib.sh, gl/build-aux/inline-source, gl/build-aux/options-parser, libltdl/libltdl/slist.h, libltdl/loaders/loadlibrary.c, libltdl/ltdl.c, libltdl/slist.c, libtoolize.in, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, tests/cmdline_wrap.at, tests/configure-iface.at, tests/demo.at, tests/depdemo.at, tests/deplib-in-subdir.at, tests/deplibs-mingw.at, tests/destdir.at, tests/execute-mode.at, tests/f77demo.at, tests/fail.at, tests/inherited_flags.at, tests/libtool.at, tests/libtoolize.at, tests/lt_dladvise.at, tests/lt_dlexit.at, tests/mdemo.at, tests/need_lib_prefix.at, tests/old-ltdl-iface.at, tests/old-m4-iface.at, tests/static.at, tests/stresstest.at, tests/testsuite.at, tests/versioning.at: Convert to upright quotes. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Diffstat (limited to 'tests/mdemo.at')
-rw-r--r--tests/mdemo.at20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/mdemo.at b/tests/mdemo.at
index 47307c99..fdd0e37b 100644
--- a/tests/mdemo.at
+++ b/tests/mdemo.at
@@ -273,7 +273,7 @@ int test_dl (char *filename) {
}
else
{
- fprintf (stderr, "did not find the `hello' function\n");
+ fprintf (stderr, "did not find the 'hello' function\n");
fprintf (stderr, "error was: %s\n", lt_dlerror());
ret = 1;
}
@@ -284,7 +284,7 @@ int test_dl (char *filename) {
*pnothing = 1;
else
{
- fprintf (stderr, "did not find the `nothing' variable\n");
+ fprintf (stderr, "did not find the 'nothing' variable\n");
fprintf (stderr, "error was: %s\n", lt_dlerror());
ret = 1;
}
@@ -308,7 +308,7 @@ int test_dl (char *filename) {
}
else
{
- fprintf (stderr, "did not find any of the `foo' functions\n");
+ fprintf (stderr, "did not find any of the 'foo' functions\n");
fprintf (stderr, "error was: %s\n", lt_dlerror());
ret = 1;
}
@@ -408,7 +408,7 @@ test_dl (char *filename, int test_ext)
}
else
{
- fprintf (stderr, "did not find the `hello' function\n");
+ fprintf (stderr, "did not find the 'hello' function\n");
fprintf (stderr, "error was: %s\n", lt_dlerror());
ret = 1;
}
@@ -419,7 +419,7 @@ test_dl (char *filename, int test_ext)
*pnothing = 1;
else
{
- fprintf (stderr, "did not find the `nothing' variable\n");
+ fprintf (stderr, "did not find the 'nothing' variable\n");
fprintf (stderr, "error was: %s\n", lt_dlerror());
ret = 1;
}
@@ -443,7 +443,7 @@ test_dl (char *filename, int test_ext)
}
else
{
- fprintf (stderr, "did not find any of the `foo' functions\n");
+ fprintf (stderr, "did not find any of the 'foo' functions\n");
fprintf (stderr, "error was: %s\n", lt_dlerror());
ret = 1;
}
@@ -486,7 +486,7 @@ test_dlself ()
}
else
{
- fprintf (stderr, "did not find the `myfunc' function\n");
+ fprintf (stderr, "did not find the 'myfunc' function\n");
fprintf (stderr, "error was: %s\n", lt_dlerror());
ret = 1;
}
@@ -497,7 +497,7 @@ test_dlself ()
*pmyvar = 1;
else
{
- fprintf (stderr, "did not find the `myvar' variable\n");
+ fprintf (stderr, "did not find the 'myvar' variable\n");
fprintf (stderr, "error was: %s\n", lt_dlerror());
ret = 1;
}
@@ -688,9 +688,9 @@ _LT_SETUP
LT_AT_CHECK_CONFIG([--with-included-ltdl])
LT_AT_MAKE([all-local libltdl/libltdlc.la])
-# create `before' and `after' in a directory deep within objdir,
+# create 'before' and 'after' in a directory deep within objdir,
# so that their creation and removal does not modify even a timestamp
-# in the output of `ls -l . $objdir'
+# in the output of 'ls -l . $objdir'
$lt_INSTALL -d "$objdir/temp/temp"
before=$objdir/temp/temp/before
after=$objdir/temp/temp/after