aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-08-25 13:06:20 +0300
committerSergey Poznyakoff <gray@gnu.org>2016-08-25 22:29:47 +0300
commitfd6ad25b5769d1497c991b9c1fec4632232cb80c (patch)
treecf1f8953efcae7a7d61f86b489b6a389208b36d3
parentf1b64a3ade5b5659f7ddf417c3fdfb4db133aa75 (diff)
downloaddirevent-fd6ad25b5769d1497c991b9c1fec4632232cb80c.tar.gz
direvent-fd6ad25b5769d1497c991b9c1fec4632232cb80c.tar.bz2
Rename a test case
* tests/Makefile.am: Update. * tests/testsuite.at: Update. * tests/conv.at: Rename to tests/file.at
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/file.at (renamed from tests/conv.at)2
-rw-r--r--tests/testsuite.at2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4b70e75..0e11f58 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -41,7 +41,6 @@ $(srcdir)/package.m4: $(top_srcdir)/configure.ac
TESTSUITE_AT = \
attrib.at\
cmdexp.at\
- conv.at\
create.at\
createrec.at\
delete.at\
@@ -49,6 +48,7 @@ TESTSUITE_AT = \
env01.at\
env02.at\
env03.at\
+ file.at\
glob01.at\
glob02.at\
re01.at\
diff --git a/tests/conv.at b/tests/file.at
index a9e87f2..f05c796 100644
--- a/tests/conv.at
+++ b/tests/file.at
@@ -15,7 +15,7 @@
# along with Direvent. If not, see <http://www.gnu.org/licenses/>.
AT_SETUP([File watcher])
-AT_KEYWORDS([special conv convert file])
+AT_KEYWORDS([special file])
AT_DIREVENT_TEST_UNQUOTED([
debug 10;
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 09538b5..a34de35 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -73,5 +73,5 @@ m4_include([re04.at])
m4_include([re05.at])
AT_BANNER([Special watchpoints])
-m4_include([conv.at])
+m4_include([file.at])
m4_include([sent.at])

Return to:

Send suggestions and report system problems to the System administrator.